Package com.tangosol.util
Class SubSet.SubSetIterator
- java.lang.Object
-
- com.oracle.coherence.common.collections.PredicateIterator<E>
-
- com.tangosol.util.SubSet.SubSetIterator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SubSetIterator()
Construct an iterator for a subset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
remove()
-
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
-
-