public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Set<E> |
intersection(Set<E> arg1,
Set<E> arg2) |
static <E> HashSet<E> |
newHashSet() |
static <K,V> LinkedHashMap<K,V> |
newLinkedHashMap() |
public static <E> HashSet<E> newHashSet()
public static <K,V> LinkedHashMap<K,V> newLinkedHashMap()
Copyright © 2016–2019. All rights reserved.