| Modifier and Type | Class and Description |
|---|---|
class |
TransformingIterable<T>
Produces iterators that transform each element returned by an iterator of a backing iterable.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
Static.toList(TypedIterable<T> iterable)
Converts the given iterable to a
List. |
Copyright © 2014. All rights reserved.