Uses of Class
org.eclipse.collections.impl.lazy.AbstractLazyIterable
| Package | Description |
|---|---|
| org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| org.eclipse.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
-
Uses of AbstractLazyIterable in org.eclipse.collections.impl.lazy
Subclasses of AbstractLazyIterable in org.eclipse.collections.impl.lazy Modifier and Type Class Description classChunkIterable<T>A ChunkIterable is an iterable that partitions a source iterable into fixed size chunks as it iterates.classCollectIterable<T,V>A CollectIterable is an iterable that transforms a source iterable using a function as it iterates.classCompositeIterable<E>classDistinctIterable<T>A DistinctIterable is an iterable that eliminates duplicates from a source iterable as it iterates.classDropIterable<T>Iterates over the elements of the adapted Iterable skipping the first count elements or the full adapted Iterable if the count is non-positive.classDropWhileIterable<T>Iterates over the elements of the adapted Iterable skipping the first elements until the predicate returns false.classFlatCollectIterable<T,V>classLazyIterableAdapter<T>A LazyIterableAdapter wraps any iterable with the LazyIterable interface.classRejectIterable<T>A RejectIterable is an iterable that filters a source iterable on a negative condition as it iterates.classReverseIterable<T>A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.classSelectInstancesOfIterable<T>A SelectIterable is an iterable that filters a source iterable for instances of a Class as it iterates.classSelectIterable<T>A SelectIterable is an iterable that filters a source iterable on a condition as it iterates.classTakeIterable<T>Iterates over the first count elements of the adapted Iterable or the full size of the adapted iterable if the count is greater than the length of the receiver.classTakeWhileIterable<T>Iterates over the elements of the adapted Iterable until the predicate returns false.classTapIterable<T>A TapIterable is an iterable that executes a procedure for each element before each iteration.classZipIterable<X,Y>A ZipIterable is an iterable that transforms a source iterable on a condition as it iterates.classZipWithIndexIterable<T>A CollectIterable is an iterable that transforms a source iterable on a condition as it iterates. -
Uses of AbstractLazyIterable in org.eclipse.collections.impl.lazy.primitive
Subclasses of AbstractLazyIterable in org.eclipse.collections.impl.lazy.primitive Modifier and Type Class Description classChunkBooleanIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkByteIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkCharIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkDoubleIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkFloatIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkIntIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkLongIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkShortIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classCollectBooleanToObjectIterable<V>classCollectByteToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectCharToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectDoubleToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectFloatToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectIntToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectLongToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectShortToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classFlatCollectBooleanToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectByteToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectCharToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectDoubleToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectFloatToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectIntToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectLongToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectShortToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg. -
Uses of AbstractLazyIterable in org.eclipse.collections.impl.list
Subclasses of AbstractLazyIterable in org.eclipse.collections.impl.list Modifier and Type Class Description classIntervalAn Interval is a range of integers that may be iterated over using a step value.