Class SingletonSet.SingletonSetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.set.fixed.AbstractMemoryEfficientMutableSet.MemoryEfficientSetIterator
-
- org.eclipse.collections.impl.set.fixed.SingletonSet.SingletonSetIterator
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- SingletonSet<T>
private class SingletonSet.SingletonSetIterator extends AbstractMemoryEfficientMutableSet.MemoryEfficientSetIterator
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SingletonSetIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
getElement(int i)
-
Methods inherited from class org.eclipse.collections.impl.set.fixed.AbstractMemoryEfficientMutableSet.MemoryEfficientSetIterator
hasNext, next, remove
-
-
-
-
Method Detail
-
getElement
protected T getElement(int i)
- Specified by:
getElement
in classAbstractMemoryEfficientMutableSet.MemoryEfficientSetIterator
-
-