| Package | Description |
|---|---|
| com.gs.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| com.gs.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| com.gs.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 |
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> |
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 |
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> |
class |
CollectCharToObjectIterable<V> |
class |
CollectDoubleToObjectIterable<V> |
class |
CollectFloatToObjectIterable<V> |
class |
CollectIntToObjectIterable<V> |
class |
CollectLongToObjectIterable<V> |
class |
CollectShortToObjectIterable<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
Interval
An Interval is a range of integers that may be iterated over using a step value.
|