Package com.google.common.collect
Class ArrayTable.ColumnMap
java.lang.Object
java.util.AbstractMap<C,Map<R,V>>
com.google.common.collect.Maps.IteratorBasedAbstractMap<C,Map<R,V>>
com.google.common.collect.ArrayTable.ArrayMap<C,Map<R,V>>
com.google.common.collect.ArrayTable.ColumnMap
- Enclosing class:
ArrayTable<R,
C, V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ArrayTable.ArrayMap
clear, containsKey, entryIterator, entrySpliterator, get, getEntry, getKey, isEmpty, keySet, remove, size
Methods inherited from class com.google.common.collect.Maps.IteratorBasedAbstractMap
entrySet, forEachEntry
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, putAll, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ColumnMap
private ColumnMap()
-
-
Method Details
-
getKeyRole
String getKeyRole()- Specified by:
getKeyRole
in classArrayTable.ArrayMap<C,
Map<R, V>>
-
getValue
-
setValue
-
put
-