public class Iterables extends Object
| Constructor and Description |
|---|
Iterables() |
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
toList(Iterable<E> iterable) |
static <E> Set<E> |
toSet(Iterable<E> iterable) |
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.