Package com.google.common.collect
Class ArrayTable.Row
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- com.google.common.collect.Maps.IteratorBasedAbstractMap<K,V>
-
- com.google.common.collect.ArrayTable.ArrayMap<C,V>
-
- com.google.common.collect.ArrayTable.Row
-
- All Implemented Interfaces:
java.util.Map<C,V>
- Enclosing class:
- ArrayTable<R,C,V>
private class ArrayTable.Row extends ArrayTable.ArrayMap<C,V>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
rowIndex
-
Constructor Summary
Constructors Constructor Description Row(int rowIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getKeyRole()
(package private) V
getValue(int index)
(package private) V
setValue(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:
getKeyRole
in classArrayTable.ArrayMap<C,V>
-
getValue
V getValue(int index)
- Specified by:
getValue
in classArrayTable.ArrayMap<C,V>
-
-