public final class Sets extends Object
| Modifier and Type | Method and Description |
|---|---|
static <V> Set<V> |
newHashSet() |
static <V> Set<V> |
newHashSet(Collection<V> c) |
static <V> Set<V> |
newHashSet(V... a) |
static <V> Set<V> |
newLinkedHashSet() |
static <V> Set<V> |
newLinkedHashSet(Collection<V> c) |
public static <V> Set<V> newHashSet()
public static <V> Set<V> newHashSet(Collection<V> c)
@SafeVarargs public static <V> Set<V> newHashSet(V... a)
public static <V> Set<V> newLinkedHashSet()
public static <V> Set<V> newLinkedHashSet(Collection<V> c)
Copyright © 2025. All rights reserved.