public final class Tables extends Object
Modifier and Type | Method and Description |
---|---|
static <R,C,V> Table.Cell<R,C,V> |
immutableCell(R rowKey,
C columnKey,
V value)
Returns an immutable cell with the specified row key, column key, and
value.
|
public static <R,C,V> Table.Cell<R,C,V> immutableCell(R rowKey, C columnKey, V value)
The returned cell is serializable.
rowKey
- the row key to be associated with the returned cellcolumnKey
- the column key to be associated with the returned cellvalue
- the value to be associated with the returned cellCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.