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 TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) (package private) Spliterator
<Map.Entry<C, V>> (package private) void
int
size()
(package private) final void
Methods inherited from class com.google.common.collect.Maps.IteratorBasedAbstractMap
entrySet, forEachEntry
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
containsKey
in interfaceMap<C,
V> - Overrides:
containsKey
in classAbstractMap<C,
V>
-
get
-
put
-
remove
-
clear
public void clear() -
size
public int size() -
entryIterator
- Specified by:
entryIterator
in classMaps.IteratorBasedAbstractMap<C,
V>
-
entrySpliterator
Spliterator<Map.Entry<C,V>> entrySpliterator()- Overrides:
entrySpliterator
in classMaps.IteratorBasedAbstractMap<C,
V>
-
wrapEntry
-