public class Iterables
extends java.lang.Object
| Constructor and Description |
|---|
Iterables() |
| Modifier and Type | Method and Description |
|---|---|
static <E> java.util.List<E> |
toList(java.lang.Iterable<E> iterable) |
static <E> java.util.Set<E> |
toSet(java.lang.Iterable<E> iterable) |