|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Table.Cell | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
| Uses of Table.Cell in com.google.common.collect |
|---|
| Methods in com.google.common.collect that return Table.Cell | ||
|---|---|---|
static
|
Tables.immutableCell(R rowKey,
C columnKey,
V value)
Returns an immutable cell with the specified row key, column key, and value. |
|
| Methods in com.google.common.collect that return types with arguments of type Table.Cell | |
|---|---|
Set<Table.Cell<R,C,V>> |
ArrayTable.cellSet()
Returns an unmodifiable set of all row key / column key / value triplets. |
Set<Table.Cell<R,C,V>> |
ForwardingTable.cellSet()
|
Set<Table.Cell<R,C,V>> |
Table.cellSet()
Returns a set of all row key / column key / value triplets. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||