Package | Description |
---|---|
cn.orionsec.kit.lang.define.collect | |
cn.orionsec.kit.lang.utils.collect |
Modifier and Type | Method and Description |
---|---|
static <E> MutableTreeSet<E> |
MutableTreeSet.create() |
static <E> MutableTreeSet<E> |
MutableTreeSet.create(Collection<? extends E> c) |
static <E> MutableTreeSet<E> |
MutableTreeSet.create(Comparator<? super E> comparator) |
Modifier and Type | Method and Description |
---|---|
static <E> MutableTreeSet<E> |
Sets.newMutableTreeSet() |
static <E> MutableTreeSet<E> |
Sets.newMutableTreeSet(Collection<? extends E> c) |
static <E> MutableTreeSet<E> |
Sets.newMutableTreeSet(Comparator<? super E> comparator) |
static <E> MutableTreeSet<E> |
Sets.newMutableTreeSet(SortedSet<E> s) |
Copyright © 2024. All rights reserved.