private class ArrayTable.Column extends ArrayTable.ArrayMap<R,V>
Modifier and Type | Field and Description |
---|---|
(package private) int |
columnIndex |
Constructor and Description |
---|
Column(int columnIndex) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getKeyRole() |
(package private) V |
getValue(int index) |
(package private) V |
setValue(int index,
V newValue) |
clear, containsKey, entryIterator, entrySpliterator, get, getEntry, getKey, isEmpty, keySet, put, remove, size
entrySet, forEachEntry
clone, containsValue, equals, hashCode, putAll, toString, values
java.lang.String getKeyRole()
getKeyRole
in class ArrayTable.ArrayMap<R,V>
@CheckForNull V getValue(int index)
getValue
in class ArrayTable.ArrayMap<R,V>