public class LRSProxyCollection extends AbstractLRSProxyCollection
| Constructor and Description |
|---|
LRSProxyCollection(LRSCollectionFieldStrategy strat) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
count()
Return the number of elements in the collection, or
Integer.MAX_VALUE. |
protected boolean |
has(java.lang.Object obj)
Return whether the collection contains the given element.
|
protected java.util.Iterator |
itr()
Implement this method to return an iterator over the contents of the
collection.
|
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, writeReplacepublic LRSProxyCollection(LRSCollectionFieldStrategy strat)
protected int count()
AbstractLRSProxyCollectionInteger.MAX_VALUE.count in class AbstractLRSProxyCollectionprotected boolean has(java.lang.Object obj)
AbstractLRSProxyCollectionhas in class AbstractLRSProxyCollectionprotected java.util.Iterator itr()
AbstractLRSProxyCollectionIterator.remove() method,
and may implement Closeable.itr in class AbstractLRSProxyCollectionCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.