class StandardTable.RowMap extends Maps.ViewCachingAbstractMap<R,java.util.Map<C,V>>
Modifier and Type | Class and Description |
---|---|
(package private) class |
StandardTable.RowMap.EntrySet |
Constructor and Description |
---|
RowMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(java.lang.Object key) |
protected java.util.Set<java.util.Map.Entry<R,java.util.Map<C,V>>> |
createEntrySet()
Creates the entry set to be returned by
Maps.ViewCachingAbstractMap.entrySet() . |
java.util.Map<C,V> |
get(java.lang.Object key) |
java.util.Map<C,V> |
remove(java.lang.Object key) |
createKeySet, createValues, entrySet, keySet, values
clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
public boolean containsKey(java.lang.Object key)
protected java.util.Set<java.util.Map.Entry<R,java.util.Map<C,V>>> createEntrySet()
Maps.ViewCachingAbstractMap
Maps.ViewCachingAbstractMap.entrySet()
. This method
is invoked at most once on a given map, at the time when entrySet
is first called.createEntrySet
in class Maps.ViewCachingAbstractMap<R,java.util.Map<C,V>>