Class DistinctIterator<T>
java.lang.Object
org.eclipse.collections.impl.lazy.iterator.DistinctIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDistinctIterator
(Iterable<T> iterable) DistinctIterator
(Iterator<T> iterator) -
Method Summary
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
-
Field Details
-
NULL
-
iterator
-
seenSoFar
-
next
-
-
Constructor Details
-
DistinctIterator
-
DistinctIterator
-
-
Method Details