org.hibernate.search.util.impl
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-2015 Red Hat, Inc. All Rights Reserved