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