
javadoc.com.google.common.collect.class-use.Table.Cell.html Maven / Gradle / Ivy
Uses of Interface com.google.common.collect.Table.Cell (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Interface
com.google.common.collect.Table.Cell
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
<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.
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()
abstract ImmutableSet<Table.Cell<R,C,V>>
ImmutableTable.cellSet()
Set<Table.Cell<R,C,V>>
Table.cellSet()
Returns a set of all row key / column key / value triplets.
Methods in com.google.common.collect with parameters of type Table.Cell
ImmutableTable.Builder<R,C,V>
ImmutableTable.Builder.put(Table.Cell<? extends R,? extends C,? extends V> cell)
Adds the given cell
to the table, making it immutable if
necessary.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy