private class ArrayTable.ColumnMap extends ArrayTable.ArrayMap<C,java.util.Map<R,V>>
Modifier | Constructor and Description |
---|---|
private |
ColumnMap() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getKeyRole() |
(package private) java.util.Map<R,V> |
getValue(int index) |
java.util.Map<R,V> |
put(C key,
java.util.Map<R,V> value) |
(package private) java.util.Map<R,V> |
setValue(int index,
java.util.Map<R,V> newValue) |
clear, containsKey, createEntrySet, get, getKey, isEmpty, keySet, remove, size
createKeySet, createValues, entrySet, values
clone, containsValue, equals, hashCode, putAll, toString
java.lang.String getKeyRole()
getKeyRole
in class ArrayTable.ArrayMap<C,java.util.Map<R,V>>
java.util.Map<R,V> getValue(int index)
getValue
in class ArrayTable.ArrayMap<C,java.util.Map<R,V>>
java.util.Map<R,V> setValue(int index, java.util.Map<R,V> newValue)
setValue
in class ArrayTable.ArrayMap<C,java.util.Map<R,V>>