public class SetUtils extends Object
| Constructor and Description |
|---|
SetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
asSet(Iterable<T> c) |
static <K,V> Set<V> |
mapSet(Set<K> set,
Map<K,V> map)
Short hand for
Set
|
public static <K,V> Set<V> mapSet(Set<K> set, Map<K,V> map)
set - map - Copyright © 2018. All rights reserved.