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, writeReplace
public LRSProxyMap(LRSMapFieldStrategy strat)
protected int count()
AbstractLRSProxyMap
Integer.MAX_VALUE
.count
in class AbstractLRSProxyMap
protected boolean hasKey(Object key)
AbstractLRSProxyMap
hasKey
in class AbstractLRSProxyMap
protected boolean hasValue(Object value)
AbstractLRSProxyMap
hasValue
in class AbstractLRSProxyMap
protected Collection keys(Object obj)
AbstractLRSProxyMap
keys
in class AbstractLRSProxyMap
protected Object value(Object obj)
AbstractLRSProxyMap
value
in class AbstractLRSProxyMap
protected Iterator itr()
AbstractLRSProxyMap
Map.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 AbstractLRSProxyMap
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.