Class DoubletonSet.DoubletonSetIterator
java.lang.Object
AbstractMemoryEfficientMutableSet<T>.org.eclipse.collections.impl.set.fixed.AbstractMemoryEfficientMutableSet.MemoryEfficientSetIterator
org.eclipse.collections.impl.set.fixed.DoubletonSet.DoubletonSetIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
DoubletonSet<T>
private class DoubletonSet.DoubletonSetIterator
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
-
DoubletonSetIterator
private DoubletonSetIterator()
-
-
Method Details
-
getElement
- Specified by:
getElement
in classAbstractMemoryEfficientMutableSet<T>.MemoryEfficientSetIterator
-