| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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()
AbstractLRSProxyCollectionInteger.MAX_VALUE.
count in class AbstractLRSProxyCollectionprotected boolean has(Object obj)
AbstractLRSProxyCollection
has in class AbstractLRSProxyCollectionprotected Iterator itr()
AbstractLRSProxyCollectionIterator.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 | |||||||||