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 AbstractMemoryEfficientMutableSet.MemoryEfficientSetIterator
hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
DoubletonSetIterator
private DoubletonSetIterator()
-
-
Method Details
-
getElement
- Specified by:
getElementin classAbstractMemoryEfficientMutableSet<T>.MemoryEfficientSetIterator
-