Package com.google.common.collect
Class DenseImmutableTable.Column
java.lang.Object
com.google.common.collect.ImmutableMap<K,V>
com.google.common.collect.ImmutableMap.IteratorBasedImmutableMap<K,V>
com.google.common.collect.DenseImmutableTable.ImmutableArrayMap<R,V>
com.google.common.collect.DenseImmutableTable.Column
- All Implemented Interfaces:
Serializable,Map<R,V>
- Enclosing class:
- DenseImmutableTable<R,
C, 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
FieldsFields inherited from class com.google.common.collect.ImmutableMap
EMPTY_ENTRY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) VgetValue(int keyIndex) (package private) boolean(package private) ImmutableMap<R,Integer> 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, writeReplace
-
Field Details
-
columnIndex
private final int columnIndex
-
-
Constructor Details
-
Column
Column(int columnIndex)
-
-
Method Details
-
keyToIndex
ImmutableMap<R,Integer> keyToIndex()- Specified by:
keyToIndexin classDenseImmutableTable.ImmutableArrayMap<R,V>
-
getValue
- Specified by:
getValuein classDenseImmutableTable.ImmutableArrayMap<R,V>
-
isPartialView
boolean isPartialView()- Specified by:
isPartialViewin classImmutableMap<R,V>
-