Class ImmutableSingletonSet.SingletonSetIterator
java.lang.Object
AbstractImmutableSet<T>.org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.ImmutableSetIterator
org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet.SingletonSetIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
ImmutableSingletonSet<T>
private class ImmutableSingletonSet.SingletonSetIterator
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
-
SingletonSetIterator
private SingletonSetIterator()
-
-
Method Details
-
getElement
- Specified by:
getElement
in classAbstractImmutableSet<T>.ImmutableSetIterator
-