public class ExTreeSet<T> extends TreeSet<T> implements ExSet<T>
| 构造器和说明 |
|---|
ExTreeSet() |
ExTreeSet(Collection<? extends T> c) |
ExTreeSet(Comparator<? super T> comparator) |
ExTreeSet(SortedSet<T> s) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ExTreeSet<T> |
of()
Create mutable set
|
static <T> ExTreeSet<T> |
of(T... values)
Create mutable set
|
static <T> ExTreeSet<T> |
of(T value)
Create mutable set
|
static <T> ExTreeSet<T> |
of(T value1,
T value2)
Create mutable set
|
static <T> ExTreeSet<T> |
of(T value1,
T value2,
T value3)
Create mutable set
|
static <T> ExTreeSet<T> |
of(T value1,
T value2,
T value3,
T value4)
Create mutable set
|
static <T> ExTreeSet<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5)
Create mutable set
|
static <T> ExTreeSet<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5,
T value6)
Create mutable set
|
static <T> ExTreeSet<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5,
T value6,
T value7)
Create mutable set
|
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayaddAll, filter, join, join, join, map, mapToDouble, mapToInt, mapToLong, parallelStream, stream, toArray, wrapremoveIfpublic ExTreeSet()
public ExTreeSet(Comparator<? super T> comparator)
public ExTreeSet(Collection<? extends T> c)
public static <T> ExTreeSet<T> of(T value1, T value2, T value3)
public static <T> ExTreeSet<T> of(T value1, T value2, T value3, T value4)
public static <T> ExTreeSet<T> of(T value1, T value2, T value3, T value4, T value5)
public static <T> ExTreeSet<T> of(T value1, T value2, T value3, T value4, T value5, T value6)
public static <T> ExTreeSet<T> of(T value1, T value2, T value3, T value4, T value5, T value6, T value7)
Copyright © 2015. All rights reserved.