| Modifier and Type | Method and Description |
|---|---|
Cell |
Grid.getCell(int index) |
Cell |
Grid.getCell(int x,
int y) |
Cell |
CellIterator.next() |
Cell |
GridIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Cell> |
Parcel.getUnfrozenCellsByLandUse(int landUse) |
java.util.Iterator<Cell> |
Cell.iterator() |
java.util.Iterator<Cell> |
Grid.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EachTwoCellsCallback.call(Cell cell1,
Cell cell2) |
void |
Grid.swap(Cell cell1,
Cell cell2) |
| Constructor and Description |
|---|
CellIterator(Cell center) |
CellIterator(Cell center,
int distance) |