Class ImmutableTripletonSet.TripletonSetIterator
java.lang.Object
AbstractImmutableSet<T>.org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.ImmutableSetIterator
org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet.TripletonSetIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
ImmutableTripletonSet<T>
private class ImmutableTripletonSet.TripletonSetIterator
extends AbstractImmutableSet<T>.ImmutableSetIterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractImmutableSet.ImmutableSetIterator
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
-
TripletonSetIterator
private TripletonSetIterator()
-
-
Method Details
-
getElement
- Specified by:
getElementin classAbstractImmutableSet<T>.ImmutableSetIterator
-