| Interface | Description |
|---|---|
| Collector<T> |
Allows to collect values from
Iterable to a Collection. |
| Class | Description |
|---|---|
| ArrayIterable<T> |
Iterable wrapper around array.
|
| ArrayIterator<T> |
Array iterator.
|
| Collectors |
Set of utility methods which return some often-used
Collectors |
| Iter<E> |
Functional style immutable rich iterator
|
| Iters |
Iterable utility methods.
|
| LazyIter<E> |
Functional style lazy immutable rich iterator
|
| MultiIterable<T> |
Copyright © 2018. All rights reserved.