Package | Description |
---|---|
org.glassfish.jersey.internal.guava |
Modifier and Type | Method and Description |
---|---|
static <R,C,V> Table.Cell<R,C,V> |
Tables.immutableCell(R rowKey,
C columnKey,
V value)
Returns an immutable cell with the specified row key, column key, and
value.
|
Modifier and Type | Method and Description |
---|---|
Set<Table.Cell<R,C,V>> |
Table.cellSet()
Returns a set of all row key / column key / value triplets.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.