private class ArrayTable.RowMap extends ArrayTable.ArrayMap<R,java.util.Map<C,V>>
| Modifier | Constructor and Description |
|---|---|
private |
RowMap() |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String |
getKeyRole() |
(package private) java.util.Map<C,V> |
getValue(int index) |
java.util.Map<C,V> |
put(R key,
java.util.Map<C,V> value) |
(package private) java.util.Map<C,V> |
setValue(int index,
java.util.Map<C,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<R,java.util.Map<C,V>>java.util.Map<C,V> getValue(int index)
getValue in class ArrayTable.ArrayMap<R,java.util.Map<C,V>>java.util.Map<C,V> setValue(int index, java.util.Map<C,V> newValue)
setValue in class ArrayTable.ArrayMap<R,java.util.Map<C,V>>