public class Sets extends Object
| 构造器和说明 |
|---|
Sets() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K> HashSet<K> |
newHashSet() |
static <E> HashSet<E> |
newHashSet(E... elements) |
static <E> SortedSet<E> |
newSortedSet() |
static <E> SortedSet<E> |
newSortedSet(E... elements) |
Copyright © 2025. All rights reserved.