private final class DenseImmutableTable.RowMap extends DenseImmutableTable.ImmutableArrayMap<R,java.util.Map<C,V>>
ImmutableMap.Builder<K,V>, ImmutableMap.SerializedForm
Modifier | Constructor and Description |
---|---|
private |
RowMap() |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<C,V> |
getValue(int keyIndex) |
(package private) boolean |
isPartialView() |
(package private) ImmutableMap<R,java.lang.Integer> |
keyToIndex() |
createEntrySet, createKeySet, get, getKey, size
asMultimap, builder, checkNoConflict, clear, containsKey, containsValue, copyOf, entryOf, entrySet, equals, hashCode, isEmpty, keySet, of, of, of, of, of, of, put, putAll, remove, toString, values, writeReplace
ImmutableMap<R,java.lang.Integer> keyToIndex()
keyToIndex
in class DenseImmutableTable.ImmutableArrayMap<R,java.util.Map<C,V>>
java.util.Map<C,V> getValue(int keyIndex)
getValue
in class DenseImmutableTable.ImmutableArrayMap<R,java.util.Map<C,V>>
boolean isPartialView()
isPartialView
in class ImmutableMap<R,java.util.Map<C,V>>