public class CollectionUtils extends Object
| Constructor | Description |
|---|---|
CollectionUtils() |
| Modifier and Type | Method | 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–2018 Pivotal Software, Inc.. All rights reserved.