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(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.
|
add, addAll, added, clear, contains, containsAll, copy, getAdded, getChanged, getChangeTracker, getNextSequence, getOwner, getOwnerField, getRemoved, isEmpty, isTracking, iterator, remove, removeAll, removed, retainAll, setNextSequence, setOwner, size, startTracking, stopTracking, test, toArray, toArray, writeReplace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, spliterator
parallelStream, removeIf, stream
public LRSProxyCollection(LRSCollectionFieldStrategy strat)
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
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.