class LRSProxyMap extends AbstractLRSProxyMap
| Constructor and Description |
|---|
LRSProxyMap(LRSMapFieldStrategy strat) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
count()
Return the number of entries in the map, or
Integer.MAX_VALUE. |
protected boolean |
hasKey(Object key)
Return whether the given key exists in the map.
|
protected boolean |
hasValue(Object value)
Return whether the given value exists in the map.
|
protected Iterator |
itr()
Implement this method to return an iterator over the entries
in the map.
|
protected Collection |
keys(Object obj)
Return all keys for the given value.
|
protected Object |
value(Object obj)
Return the value of the given key.
|
added, changed, clear, containsKey, containsValue, copy, entrySet, evaluate, get, getAdded, getChanged, getChangeTracker, getNextSequence, getOwner, getOwnerField, getRemoved, getTrackKeys, isEmpty, isTracking, keySet, put, putAll, remove, removed, setNextSequence, setOwner, setTrackKeys, size, startTracking, stopTracking, values, writeReplacepublic LRSProxyMap(LRSMapFieldStrategy strat)
protected int count()
AbstractLRSProxyMapInteger.MAX_VALUE.count in class AbstractLRSProxyMapprotected boolean hasKey(Object key)
AbstractLRSProxyMaphasKey in class AbstractLRSProxyMapprotected boolean hasValue(Object value)
AbstractLRSProxyMaphasValue in class AbstractLRSProxyMapprotected Collection keys(Object obj)
AbstractLRSProxyMapkeys in class AbstractLRSProxyMapprotected Object value(Object obj)
AbstractLRSProxyMapvalue in class AbstractLRSProxyMapprotected Iterator itr()
AbstractLRSProxyMapMap.Entry interface. This method may be invoked multiple
times. The iterator does not have to support the
Iterator.remove() method, and may implement
Closeable.itr in class AbstractLRSProxyMapCopyright © 2006–2015 Apache Software Foundation. All rights reserved.