|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.util.AbstractLRSProxyMap org.apache.openjpa.jdbc.meta.strats.LRSProxyMap
class LRSProxyMap
Large result set map.
Constructor Summary | |
---|---|
LRSProxyMap(LRSMapFieldStrategy strat)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.openjpa.util.AbstractLRSProxyMap |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public LRSProxyMap(LRSMapFieldStrategy strat)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |