Class DistinctIterator<T>
java.lang.Object
org.eclipse.collections.impl.lazy.iterator.DistinctIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionDistinctIterator(Iterable<T> iterable) DistinctIterator(Iterator<T> iterator) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining