| Constructor and Description |
|---|
UnmodifiableSet() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
of(Collection<T> s) |
static <T> Set<T> |
of(T... s) |
static <T> Set<T> |
of(T t) |
static <T> Set<T> |
of(T t1,
T t2) |
public static <T> Set<T> of(T t)
public static <T> Set<T> of(T t1, T t2)
@SafeVarargs public static <T> Set<T> of(T... s)
public static <T> Set<T> of(Collection<T> s)
Copyright © 2018. All rights reserved.