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:
java.util.Map<R,V>
- Enclosing class:
- ArrayTable<R,C,V>
private class ArrayTable.Column extends ArrayTable.ArrayMap<R,V>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcolumnIndex
-
Constructor Summary
Constructors Constructor Description Column(int columnIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.StringgetKeyRole()(package private) VgetValue(int index)(package private) VsetValue(int index, V newValue)-
Methods inherited from class com.google.common.collect.ArrayTable.ArrayMap
clear, containsKey, entryIterator, entrySpliterator, get, getEntry, getKey, isEmpty, keySet, put, 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
-
-
-
-
Method Detail
-
getKeyRole
java.lang.String getKeyRole()
- Specified by:
getKeyRolein classArrayTable.ArrayMap<R,V>
-
getValue
V getValue(int index)
- Specified by:
getValuein classArrayTable.ArrayMap<R,V>
-
-