public class Iterables extends Object
Iterables()
static int
size(Iterable<?> iterable)
iterable
static <T> T[]
toArray(Iterable<? extends T> iterable, Class<T> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iterables()
public static int size(Iterable<?> iterable)
Iterable
public static <T> T[] toArray(Iterable<? extends T> iterable, Class<T> type)
type
Copyright © 2014. All rights reserved.