public interface TableMap<R,C,V> extends Map<R,Map<C,V>>
Map
where "column" keys are associated with a "value".
Conceptually, similar to Table, but this
implementation is not as full featured.
| Modifier and Type | Method and Description |
|---|---|
V |
put(R row,
C column,
V value)
Insert
value under column in row. |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values