Class QuadrupletonSet.QuadrupletonSetIterator
java.lang.Object
AbstractMemoryEfficientMutableSet<T>.org.eclipse.collections.impl.set.fixed.AbstractMemoryEfficientMutableSet.MemoryEfficientSetIterator
org.eclipse.collections.impl.set.fixed.QuadrupletonSet.QuadrupletonSetIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
QuadrupletonSet<T>
protected class QuadrupletonSet.QuadrupletonSetIterator
extends AbstractMemoryEfficientMutableSet<T>.MemoryEfficientSetIterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.collections.impl.set.fixed.AbstractMemoryEfficientMutableSet.MemoryEfficientSetIterator
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 classAbstractMemoryEfficientMutableSet<T>.MemoryEfficientSetIterator
-