public class CollectionHelper extends Object
Constructor and Description |
---|
CollectionHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> Set<T> |
asSet(T... ts) |
static <T> ArrayList<T> |
newArrayList() |
static <K,V> HashMap<K,V> |
newHashMap() |
static <T> HashSet<T> |
newHashSet() |
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved