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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
NULL
-
iterator
-
seenSoFar
-
next
-
-
Constructor Details
-
DistinctIterator
-
DistinctIterator
-
-
Method Details
-
remove
-
hasNext
-
next
-