|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Grid in org.joda.collect.grid |
|---|
| Classes in org.joda.collect.grid that implement Grid | |
|---|---|
class |
DenseGrid<V>
Mutable implementation of the Grid data structure based on an array. |
class |
ImmutableGrid<V>
Immutable implementation of the Grid data structure. |
class |
SparseGrid<V>
Mutable implementation of the Grid data structure based on hashing. |
| Methods in org.joda.collect.grid with parameters of type Grid | ||
|---|---|---|
static
|
ImmutableGrid.copyOf(Grid<R> grid)
Obtains an immutable grid by copying another grid. |
|
static
|
SparseGrid.create(Grid<? extends R> grid)
Creates a SparseGrid copying from another grid. |
|
static
|
DenseGrid.create(Grid<? extends V> grid)
Creates a DenseGrid copying from another grid. |
|
void |
SparseGrid.putAll(Grid<? extends V> grid)
|
|
void |
ImmutableGrid.putAll(Grid<? extends V> grid)
Deprecated. Grid is read-only |
|
void |
Grid.putAll(Grid<? extends V> grid)
Puts all cells from a grid into this grid. |
|
void |
DenseGrid.putAll(Grid<? extends V> grid)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||