Uses of Class
org.joda.collect.grid.ImmutableCell

Uses of ImmutableCell in org.joda.collect.grid
 

Methods in org.joda.collect.grid that return ImmutableCell
static
<R> ImmutableCell<R>
ImmutableCell.copyOf(Grid.Cell<? extends R> cell)
          Obtains an instance of Cell.
static
<R> ImmutableCell<R>
ImmutableCell.of(int row, int column, R value)
          Obtains an instance of Cell.
 



Copyright © 2014–2017 Joda.org. All rights reserved.