public final class CollectionHelper extends Object
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() |
static <K,V> SortedMap<K,V> |
newSortedMap() |
Copyright © 2006–2013 Hibernate. All rights reserved.