| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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()
AbstractLRSProxyMapInteger.MAX_VALUE.
count in class AbstractLRSProxyMapprotected boolean hasKey(Object key)
AbstractLRSProxyMap
hasKey in class AbstractLRSProxyMapprotected boolean hasValue(Object value)
AbstractLRSProxyMap
hasValue in class AbstractLRSProxyMapprotected Collection keys(Object obj)
AbstractLRSProxyMap
keys in class AbstractLRSProxyMapprotected Object value(Object obj)
AbstractLRSProxyMap
value 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 AbstractLRSProxyMap| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||