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