Package com.google.common.collect
Class StandardTable.RowMap
java.lang.Object
java.util.AbstractMap<R,Map<C,V>>
com.google.common.collect.Maps.ViewCachingAbstractMap<R,Map<C,V>>
com.google.common.collect.StandardTable.RowMap
- Direct Known Subclasses:
StandardRowSortedTable.RowSortedMap
- Enclosing class:
StandardTable<R,
C, V>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.ViewCachingAbstractMap
createKeySet, createValues, entrySet, keySet, values
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
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
-
Constructor Details
-
RowMap
RowMap()
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceMap<R,
Map<C, V>> - Overrides:
containsKey
in classAbstractMap<R,
Map<C, V>>
-
get
-
remove
-
createEntrySet
Description copied from class:Maps.ViewCachingAbstractMap
Creates the entry set to be returned byMaps.ViewCachingAbstractMap.entrySet()
. This method is invoked at most once on a given map, at the time whenentrySet
is first called.- Specified by:
createEntrySet
in classMaps.ViewCachingAbstractMap<R,
Map<C, V>>
-