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, entryIterator, entrySpliterator, get, getEntry, getKey, isEmpty, keySet, remove, sizeentrySet, forEachEntryclone, containsValue, equals, hashCode, putAll, toString, valuesjava.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>>