private class ArrayTable.Row extends ArrayTable.ArrayMap<C,V>
Modifier and Type | Field and Description |
---|---|
(package private) int |
rowIndex |
Constructor and Description |
---|
Row(int rowIndex) |
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, get, getKey, isEmpty, keySet, put, remove, size
entrySet
clone, containsValue, equals, hashCode, putAll, toString, values
java.lang.String getKeyRole()
getKeyRole
in class ArrayTable.ArrayMap<C,V>
V getValue(int index)
getValue
in class ArrayTable.ArrayMap<C,V>