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. |
Modifier and Type | Class and Description |
---|---|
class |
ChunkIterable<T>
A ChunkIterable is an iterable that partitions a source iterable into fixed size chunks as it iterates.
|
class |
CollectIterable<T,V>
A CollectIterable is an iterable that transforms a source iterable using a function as it iterates.
|
class |
CompositeIterable<E> |
class |
DistinctIterable<T>
A DistinctIterable is an iterable that eliminates duplicates from a source iterable as it iterates.
|
class |
DropIterable<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.
|
class |
FlatCollectIterable<T,V> |
class |
LazyIterableAdapter<T>
A LazyIterableAdapter wraps any iterable with the LazyIterable interface.
|
class |
RejectIterable<T>
A RejectIterable is an iterable that filters a source iterable on a negative condition as it iterates.
|
class |
ReverseIterable<T>
A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.
|
class |
SelectInstancesOfIterable<T>
A SelectIterable is an iterable that filters a source iterable for instances of a Class as it iterates.
|
class |
SelectIterable<T>
A SelectIterable is an iterable that filters a source iterable on a condition as it iterates.
|
class |
TakeIterable<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.
|
class |
TapIterable<T>
A TapIterable is an iterable that executes a procedure for each element before each iteration.
|
class |
ZipIterable<X,Y>
A ZipIterable is an iterable that transforms a source iterable on a condition as it iterates.
|
class |
ZipWithIndexIterable<T>
A CollectIterable is an iterable that transforms a source iterable on a condition as it iterates.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectBooleanToObjectIterable<V> |
class |
CollectByteToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectCharToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectDoubleToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectFloatToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectIntToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectLongToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectShortToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
Modifier and Type | Class and Description |
---|---|
class |
Interval
An Interval is a range of integers that may be iterated over using a step value.
|
Copyright © 2004–2016. All rights reserved.