Class ImmutableQuadrupletonSet.QuadrupletonSetIterator
java.lang.Object
AbstractImmutableSet<T>.org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.ImmutableSetIterator
org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.QuadrupletonSetIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
ImmutableQuadrupletonSet<T>
protected class ImmutableQuadrupletonSet.QuadrupletonSetIterator
extends AbstractImmutableSet<T>.ImmutableSetIterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.ImmutableSetIterator
hasNext, next, remove
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
-
QuadrupletonSetIterator
protected QuadrupletonSetIterator()
-
-
Method Details
-
getElement
- Specified by:
getElement
in classAbstractImmutableSet<T>.ImmutableSetIterator
-