public class GridRegionQuadTreeTightCell<T extends Sizeable>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL_CAPACITY |
| Constructor and Description |
|---|
GridRegionQuadTreeTightCell(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCell(GridRegionQuadTreeLooseCell<T> cell) |
void |
clear() |
org.mini2Dx.gdx.utils.IntMap.Values<GridRegionQuadTreeLooseCell<T>> |
getCells() |
void |
removeCell(GridRegionQuadTreeLooseCell<T> cell) |
public static final int INITIAL_CAPACITY
public void addCell(GridRegionQuadTreeLooseCell<T> cell)
public void removeCell(GridRegionQuadTreeLooseCell<T> cell)
public org.mini2Dx.gdx.utils.IntMap.Values<GridRegionQuadTreeLooseCell<T>> getCells()
public void clear()