private class StandardTable.ColumnMap extends Maps.ViewCachingAbstractMap<C,java.util.Map<R,V>>
Modifier and Type | Class and Description |
---|---|
(package private) class |
StandardTable.ColumnMap.ColumnMapEntrySet |
private class |
StandardTable.ColumnMap.ColumnMapValues |
Modifier | Constructor and Description |
---|---|
private |
ColumnMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(java.lang.Object key) |
java.util.Set<java.util.Map.Entry<C,java.util.Map<R,V>>> |
createEntrySet()
Creates the entry set to be returned by
Maps.ViewCachingAbstractMap.entrySet() . |
(package private) java.util.Collection<java.util.Map<R,V>> |
createValues() |
java.util.Map<R,V> |
get(java.lang.Object key) |
java.util.Set<C> |
keySet() |
java.util.Map<R,V> |
remove(java.lang.Object key) |
createKeySet, entrySet, values
clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
public boolean containsKey(java.lang.Object key)
public java.util.Set<java.util.Map.Entry<C,java.util.Map<R,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<C,java.util.Map<R,V>>
public java.util.Set<C> keySet()
java.util.Collection<java.util.Map<R,V>> createValues()
createValues
in class Maps.ViewCachingAbstractMap<C,java.util.Map<R,V>>