@Deprecated public final class Sets extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
of(Iterable<T> elements)
Deprecated.
|
static <T> Set<T> |
of(T... elements)
Deprecated.
|
static <T> Set<T> |
of(T e1,
T e2)
Deprecated.
|
static <T> Set<T> |
of(T e1,
T e2,
T e3)
Deprecated.
|
static <T> Set<T> |
of(T e1,
T e2,
T e3,
T e4)
Deprecated.
|
static <T> Set<T> |
of(T e1,
T e2,
T e3,
T e4,
T e5)
Deprecated.
|
public static <T> Set<T> of(T e1, T e2)
public static <T> Set<T> of(T e1, T e2, T e3)
public static <T> Set<T> of(T e1, T e2, T e3, T e4)
public static <T> Set<T> of(T e1, T e2, T e3, T e4, T e5)
@SafeVarargs public static <T> Set<T> of(T... elements)
Copyright © 2011. All rights reserved.