Package com.drew.lang
Class Iterables
- java.lang.Object
-
- com.drew.lang.Iterables
-
public class Iterables extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Iterables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-