| com.caucho.amber.collection.MapImpl
MapImpl | public class MapImpl extends AbstractMap implements AmberCollection(Code) | | Represents a lazy collection.
|
clear | public void clear()(Code) | | Clears the collection.
|
entrySet | public Set<Map.Entry<K, V>> entrySet()(Code) | | Returns a set view of the mappings contained in this map.
|
get | public V get(Object key)(Code) | | Returns an iterator of the items.
|
isValid | protected boolean isValid()(Code) | | |
keySet | public Set<K> keySet()(Code) | | Returns a set view of the keys contained in this map.
|
putAll | public void putAll(Map<? extends K, ? extends V> map)(Code) | | Adds an item to the collection.
|
size | public int size()(Code) | | Returns the number of items in the collection.
|
update | public void update()(Code) | | Updates the collection.
|
|
|