|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.util.AbstractLRSProxyCollection org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
public class LRSProxyCollection
Large result set collection.
Constructor Summary | |
---|---|
LRSProxyCollection(LRSCollectionFieldStrategy strat)
|
Method Summary | |
---|---|
protected int |
count()
Return the number of elements in the collection, or Integer.MAX_VALUE . |
protected boolean |
has(Object obj)
Return whether the collection contains the given element. |
protected Iterator |
itr()
Implement this method to return an iterator over the contents of the collection. |
Methods inherited from class org.apache.openjpa.util.AbstractLRSProxyCollection |
---|
add, addAll, added, clear, contains, containsAll, copy, evaluate, getAdded, getChanged, getChangeTracker, getNextSequence, getOwner, getOwnerField, getRemoved, isEmpty, isTracking, iterator, remove, removeAll, removed, retainAll, setNextSequence, setOwner, size, startTracking, stopTracking, toArray, toArray, 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.Set |
---|
equals, hashCode |
Constructor Detail |
---|
public LRSProxyCollection(LRSCollectionFieldStrategy strat)
Method Detail |
---|
protected int count()
AbstractLRSProxyCollection
Integer.MAX_VALUE
.
count
in class AbstractLRSProxyCollection
protected boolean has(Object obj)
AbstractLRSProxyCollection
has
in class AbstractLRSProxyCollection
protected Iterator itr()
AbstractLRSProxyCollection
Iterator.remove()
method,
and may implement Closeable
.
itr
in class AbstractLRSProxyCollection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |