Uses of Interface
org.joda.collect.grid.Grid.Cell
-
Uses of Grid.Cell in org.joda.collect.grid
Classes in org.joda.collect.grid that implement Grid.CellModifier and TypeClassDescriptionfinal class
Immutable implementations of theGrid.Cell
data structure.Methods in org.joda.collect.grid that return Grid.CellModifier and TypeMethodDescriptionDenseGrid.cell
(int row, int column) Grid.cell
(int row, int column) Gets the cell at the specified row-column.SparseGrid.cell
(int row, int column) Methods in org.joda.collect.grid that return types with arguments of type Grid.CellModifier and TypeMethodDescriptionDenseGrid.cells()
Grid.cells()
Gets the complete set of cells.SparseGrid.cells()
Methods in org.joda.collect.grid with parameters of type Grid.CellModifier and TypeMethodDescriptionstatic <R> ImmutableCell
<R> Obtains an instance ofCell
.static <R> ImmutableGrid
<R> Obtains an immutable grid with one cell.Method parameters in org.joda.collect.grid with type arguments of type Grid.CellModifier and TypeMethodDescriptionstatic <R> ImmutableGrid
<R> Obtains an immutable grid by copying a set of cells.static <R> ImmutableGrid
<R> ImmutableGrid.copyOfDeriveCounts
(Iterable<? extends Grid.Cell<R>> cells) Obtains an immutable grid by copying a set of cells, deriving the row and column count.