Package com.tangosol.util
Class SubSet.SubSetIterator
java.lang.Object
com.oracle.coherence.common.collections.PredicateIterator<E>
com.tangosol.util.SubSet.SubSetIterator
- All Implemented Interfaces:
Iterator<E>
protected class SubSet.SubSetIterator
extends com.oracle.coherence.common.collections.PredicateIterator<E>
Iterator for the contents of a subset in the "removed" mode.
-
Field Summary
Fields inherited from class com.oracle.coherence.common.collections.PredicateIterator
m_fNext, m_fPrev, m_iter, m_next, m_test
-
Constructor Summary
-
Method Summary
Methods inherited from class com.oracle.coherence.common.collections.PredicateIterator
hasNext, next
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
SubSetIterator
protected SubSetIterator()Construct an iterator for a subset.
-
-
Method Details