| 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. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| Class | Description |
|---|---|
| AbstractLazyIterable |
AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable,
RejectIterable and CollectIterable can be derived.
|
| CompositeIterable | |
| ReverseIterable |
A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.
|
| Class | Description |
|---|---|
| AbstractLazyIterable |
AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable,
RejectIterable and CollectIterable can be derived.
|
| Class | Description |
|---|---|
| AbstractLazyIterable |
AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable,
RejectIterable and CollectIterable can be derived.
|
| Class | Description |
|---|---|
| ReverseIterable |
A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.
|
Copyright © 2004–2019. All rights reserved.