-
-
class DenseGrid extends org.joda.collect.grid.AbstractGrid<
V> implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnCount
int columnCount
The number of columns.
-
rowCount
int rowCount
The number of rows.
-
size
int size
The size.
-
values
V[] values
The values.
-
class ImmutableCell extends org.joda.collect.grid.AbstractCell<
V> implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
The column.
-
row
int row
The row.
-
value
V value
The value.
-
class SparseGrid extends org.joda.collect.grid.AbstractGrid<
V> implements
Serializable
- serialVersionUID:
- 1L