| Class | Description |
|---|---|
| CachingIterable<T> |
An
Iterable that stores the result of a given Iterator and allows to re-iterate the values. |
| CsvIterable |
An
Iterable that iterates the elements of a String of a comma (or other character) separated value list. |