Package com.google.common.collect
Class StandardTable.ColumnMap
java.lang.Object
java.util.AbstractMap<C,Map<R,V>>
com.google.common.collect.Maps.ViewCachingAbstractMap<C,Map<R,V>>
com.google.common.collect.StandardTable.ColumnMap
- Enclosing class:
StandardTable<R,C, V>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate final classprivate classNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(Object key) Creates the entry set to be returned byMaps.ViewCachingAbstractMap.entrySet().(package private) Collection<Map<R, V>> keySet()Methods inherited from class com.google.common.collect.Maps.ViewCachingAbstractMap
createKeySet, entrySet, valuesMethods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toStringMethods 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
-
Constructor Details
-
ColumnMap
private ColumnMap()
-
-
Method Details
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<C,Map<R, V>> - Overrides:
containsKeyin classAbstractMap<C,Map<R, V>>
-
remove
-
createEntrySet
Description copied from class:Maps.ViewCachingAbstractMapCreates the entry set to be returned byMaps.ViewCachingAbstractMap.entrySet(). This method is invoked at most once on a given map, at the time whenentrySetis first called.- Specified by:
createEntrySetin classMaps.ViewCachingAbstractMap<C,Map<R, V>>
-
keySet
-
createValues
Collection<Map<R,V>> createValues()- Overrides:
createValuesin classMaps.ViewCachingAbstractMap<C,Map<R, V>>
-