private final class DenseImmutableTable.Column extends DenseImmutableTable.ImmutableArrayMap<R,V>
ImmutableMap.Builder<K,V>, ImmutableMap.IteratorBasedImmutableMap<K,V>, ImmutableMap.SerializedForm| Modifier and Type | Field and Description |
|---|---|
private int |
columnIndex |
EMPTY_ENTRY_ARRAY| Constructor and Description |
|---|
Column(int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
(package private) V |
getValue(int keyIndex) |
(package private) boolean |
isPartialView() |
(package private) ImmutableMap<R,java.lang.Integer> |
keyToIndex() |
createKeySet, entryIterator, get, getKey, sizecreateEntrySetasMultimap, 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, writeReplaceImmutableMap<R,java.lang.Integer> keyToIndex()
keyToIndex in class DenseImmutableTable.ImmutableArrayMap<R,V>V getValue(int keyIndex)
getValue in class DenseImmutableTable.ImmutableArrayMap<R,V>boolean isPartialView()
isPartialView in class ImmutableMap<R,V>