public class Iterables extends Object
Iterables()
static <E> List<E>
toList(Iterable<E> iterable)
static <E> Set<E>
toSet(Iterable<E> iterable)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iterables()
public static <E> List<E> toList(Iterable<E> iterable)
public static <E> Set<E> toSet(Iterable<E> iterable)
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.