| Class | Description |
|---|---|
| DenseGrid |
Mutable implementation of the
Grid data structure based on an array. |
| Grid |
A data structure representing a grid keyed by
int row and int column. |
| Grid.Cell |
A cell within the grid compared only using row and column.
|
| ImmutableCell |
Immutable implementations of the
Grid.Cell data structure. |
| ImmutableGrid |
Immutable implementation of the
Grid data structure. |
| SparseGrid |
Mutable implementation of the
Grid data structure based on hashing. |
Copyright © 2014–2017 Joda.org. All rights reserved.