All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Set<org.nd4j.shade.guava.collect.Table.Cell<R,C,V>> |
cellSet() |
void |
clear() |
Map<R,V> |
column(C columnKey) |
Set<C> |
columnKeySet() |
Map<C,Map<R,V>> |
columnMap() |
boolean |
contains(Object rowKey,
Object columnKey) |
boolean |
containsColumn(Object columnKey) |
boolean |
containsRow(Object rowKey) |
boolean |
containsValue(Object value) |
V |
get(Object rowKey,
Object columnKey) |
boolean |
isEmpty() |
V |
put(R rowKey,
C columnKey,
V value) |
void |
putAll(org.nd4j.shade.guava.collect.Table<? extends R,? extends C,? extends V> table) |
V |
remove(Object rowKey,
Object columnKey) |
Map<C,V> |
row(R rowKey) |
Set<R> |
rowKeySet() |
Map<R,Map<C,V>> |
rowMap() |
int |
size() |
Collection<V> |
values() |