Hierarchy For Package org.eclipse.collections.impl.lazy.iterator

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.eclipse.collections.impl.lazy.iterator.ChunkIterator<T> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.CollectIterator<T,​V> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.DistinctIterator<T> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.DropIterator<T> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.FlatCollectIterator<T,​V> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.SelectInstancesOfIterator<T> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.SelectIterator<T> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.TakeIterator<T> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.TakeWhileIterator<T> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.TapIterator<T> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.ZipIterator<X,​Y> (implements java.util.Iterator<E>)
    • org.eclipse.collections.impl.lazy.iterator.ZipWithIndexIterator<T> (implements java.util.Iterator<E>)