public abstract class SetUtils extends Object
| 构造器和说明 |
|---|
SetUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Set<T> |
create(T... args) |
static boolean |
isNotSet(Object obj) |
static boolean |
isSet(Object obj) |
static <T> Set<T> |
toSet(Collection<T> c) |
static <T> Set<T> |
unmodifiableSet(Collection<T> c) |
static <T> Set<T> |
unmodifiableSet(T... args) |
public static <T> Set<T> unmodifiableSet(T... args)
public static <T> Set<T> unmodifiableSet(Collection<T> c)
public static <T> Set<T> create(T... args)
public static <T> Set<T> toSet(Collection<T> c)
public static boolean isSet(Object obj)
public static boolean isNotSet(Object obj)
Copyright © 2020. All rights reserved.