See: Description
| Interface | Description |
|---|---|
| CollectionIterable<ELEMENT> |
This interface extends the finite iterable interface to provide a faster
CollectionIterable.size() implementation. |
| FiniteIterable<ELEMENT> |
This interface extends the functional iterable interface to model finite iterables.
|
| FunctionalIterable<ELEMENT> |
This interface extends the
Iterable interface with functional methods. |
| InfiniteIterable<ELEMENT> |
This interface extends the functional iterable interface to model infinite iterables.
|
| Class | Description |
|---|---|
| CollectionBasedIterable<ELEMENT> |
This class implements the collection iterable interface based on a collection.
|
Copyright © 2017. All rights reserved.