Package com.google.common.collect
Class DenseImmutableTable.ColumnMap
java.lang.Object
com.google.common.collect.ImmutableMap<C,ImmutableMap<R,V>>
com.google.common.collect.ImmutableMap.IteratorBasedImmutableMap<C,ImmutableMap<R,V>>
com.google.common.collect.DenseImmutableTable.ImmutableArrayMap<C,ImmutableMap<R,V>>
com.google.common.collect.DenseImmutableTable.ColumnMap
- All Implemented Interfaces:
Serializable,Map<C,ImmutableMap<R, V>>
- Enclosing class:
DenseImmutableTable<R,C, V>
private final class DenseImmutableTable.ColumnMap
extends DenseImmutableTable.ImmutableArrayMap<C,ImmutableMap<R,V>>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ImmutableMap
ImmutableMap.Builder<K,V>, ImmutableMap.IteratorBasedImmutableMap<K, V>, ImmutableMap.SerializedForm<K, V> -
Field Summary
Fields inherited from class com.google.common.collect.ImmutableMap
EMPTY_ENTRY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) ImmutableMap<R, V> getValue(int keyIndex) (package private) boolean(package private) ImmutableMap<C, Integer> (package private) ObjectReturns a serializable form of this object.Methods inherited from class com.google.common.collect.DenseImmutableTable.ImmutableArrayMap
createKeySet, entryIterator, get, getKey, sizeMethods inherited from class com.google.common.collect.ImmutableMap.IteratorBasedImmutableMap
createEntrySet, createValues, entrySpliteratorMethods inherited from class com.google.common.collect.ImmutableMap
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, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, toImmutableMap, toImmutableMap, toString, values
-
Constructor Details
-
ColumnMap
private ColumnMap()
-
-
Method Details
-
keyToIndex
ImmutableMap<C,Integer> keyToIndex()- Specified by:
keyToIndexin classDenseImmutableTable.ImmutableArrayMap<C,ImmutableMap<R, V>>
-
getValue
- Specified by:
getValuein classDenseImmutableTable.ImmutableArrayMap<C,ImmutableMap<R, V>>
-
isPartialView
boolean isPartialView()- Specified by:
isPartialViewin classImmutableMap<C,ImmutableMap<R, V>>
-
writeReplace
Object writeReplace()Description copied from class:ImmutableMapReturns a serializable form of this object. Non-public subclasses should not override this method. Publicly-accessible subclasses must override this method and should return a subclass of SerializedForm whose readResolve() method returns objects of the subclass type.- Overrides:
writeReplacein classDenseImmutableTable.ImmutableArrayMap<C,ImmutableMap<R, V>>
-