Package com.google.common.collect
Class ArrayTable.Column
java.lang.Object
java.util.AbstractMap<K,V>
com.google.common.collect.Maps.IteratorBasedAbstractMap<K,V>
com.google.common.collect.ArrayTable.ArrayMap<R,V>
com.google.common.collect.ArrayTable.Column
- All Implemented Interfaces:
Map<R,V>
- Enclosing class:
- ArrayTable<R,
C, V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ArrayTable.ArrayMap
clear, containsKey, entryIterator, entrySpliterator, get, getEntry, getKey, isEmpty, keySet, put, remove, sizeMethods inherited from class com.google.common.collect.Maps.IteratorBasedAbstractMap
entrySet, forEachEntryMethods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, putAll, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
columnIndex
final int columnIndex
-
-
Constructor Details
-
Column
Column(int columnIndex)
-
-
Method Details
-
getKeyRole
String getKeyRole()- Specified by:
getKeyRolein classArrayTable.ArrayMap<R,V>
-
getValue
- Specified by:
getValuein classArrayTable.ArrayMap<R,V>
-
setValue
- Specified by:
setValuein classArrayTable.ArrayMap<R,V>
-