Package com.google.common.collect
Class StandardTable.Row
java.lang.Object
java.util.AbstractMap<C,V>
com.google.common.collect.Maps.IteratorBasedAbstractMap<C,V>
com.google.common.collect.StandardTable.Row
- All Implemented Interfaces:
Map<C,V>
- Direct Known Subclasses:
TreeBasedTable.TreeRow
- Enclosing class:
StandardTable<R,C, V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) (package private) Spliterator<Map.Entry<C, V>> (package private) voidintsize()(package private) final voidMethods inherited from class com.google.common.collect.Maps.IteratorBasedAbstractMap
entrySet, forEachEntryMethods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
rowKey
-
backingRowMap
-
-
Constructor Details
-
Row
Row(R rowKey)
-
-
Method Details
-
updateBackingRowMapField
final void updateBackingRowMapField() -
computeBackingRowMap
-
maintainEmptyInvariant
void maintainEmptyInvariant() -
containsKey
- Specified by:
containsKeyin interfaceMap<C,V> - Overrides:
containsKeyin classAbstractMap<C,V>
-
get
-
put
-
remove
-
clear
public void clear() -
size
public int size() -
entryIterator
- Specified by:
entryIteratorin classMaps.IteratorBasedAbstractMap<C,V>
-
entrySpliterator
Spliterator<Map.Entry<C,V>> entrySpliterator()- Overrides:
entrySpliteratorin classMaps.IteratorBasedAbstractMap<C,V>
-
wrapEntry
-