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