public class CollectionUtils extends Object
Constructor and Description |
---|
CollectionUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
toArray(Iterable<T> i) |
static <T> List<T> |
toList(Iterable<T> i) |
static List<?> |
toList(Object thing) |
static List<?> |
toList(Object thing1,
Object thing2) |
static List<?> |
toList(Object thing1,
Object thing2,
Object thing3) |
static List<?> |
toList(Object thing1,
Object thing2,
Object thing3,
Object... rest) |
public static <T> T[] toArray(Iterable<T> i)
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.