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