public class Sets extends Object
Constructor and Description |
---|
Sets() |
Modifier and Type | Method and Description |
---|---|
static <V> Set<V> |
newHashSet() |
static <V> Set<V> |
newHashSet(Collection<V> c) |
public static <V> Set<V> newHashSet()
public static <V> Set<V> newHashSet(Collection<V> c)
Copyright © 2019. All Rights Reserved.