| Modifier and Type | Method | Description |
|---|---|---|
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.