@NotNull SortedSet<E> |
SortedSet.add(E value) |
|
private static <E> SortedSet<E> |
SortedSets.construct(java.util.Comparator<? super E> comparator,
E... es) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOf(E[] es) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOf(java.lang.Iterable<E> iterable) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOf(java.util.Comparator<? super E> comparator,
Traversable<E> traversable) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOf(java.util.Comparator<? super E> comparator,
E[] es) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOf(java.util.Comparator<? super E> comparator,
java.lang.Iterable<E> iterable) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOf(java.util.Comparator<? super E> comparator,
java.util.Iterator<E> iterator) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOf(java.util.Iterator<E> iterator) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOfTraversable(Traversable<E> traversable) |
|
static <E> @NotNull SortedSet<E> |
SortedSets.copyOfTraversable(java.util.Comparator<? super E> comparator,
Traversable<E> traversable) |
|
@NotNull SortedSet<E> |
SortedSet.drop(int number) |
Returns a set containing all elements in this set, excluding the first number of elements.
|
@NotNull SortedSet<E> |
TreeSet.drop(int number) |
|
@NotNull SortedSet<E> |
SortedSet.from(E value,
boolean inclusive) |
Returns the bottom of the set starting from the key specified.
|
@NotNull SortedSet<E> |
TreeSet.from(E value,
boolean inclusive) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of() |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3,
E e4) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3,
E e4,
E e5) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3,
E e4,
E e5,
E e6) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7,
E e8) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7,
E e8,
E e9) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7,
E e8,
E e9,
E e10) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7,
E e8,
E e9,
E e10,
E... others) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3,
E e4) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3,
E e4,
E e5) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3,
E e4,
E e5,
E e6) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7,
E e8) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7,
E e8,
E e9) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7,
E e8,
E e9,
E e10) |
|
static <E extends java.lang.Comparable<? super E>> @NotNull SortedSet<E> |
SortedSets.of(java.util.Comparator<? super E> comparator,
E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E e7,
E e8,
E e9,
E e10,
E... others) |
|
@NotNull SortedSet<E> |
SortedSet.range(E from,
boolean fromInclusive,
E to,
boolean toInclusive) |
Returns a subset of the set between the from and to keys specified.
|
@NotNull SortedSet<E> |
TreeSet.range(E from,
boolean fromInclusive,
E to,
boolean toInclusive) |
|
@NotNull SortedSet<E> |
SortedSet.remove(E value) |
|
@NotNull SortedSet<E> |
SortedSet.take(int number) |
Returns a set containing the first number of elements from this set.
|
@NotNull SortedSet<E> |
TreeSet.take(int number) |
|
@NotNull SortedSet<E> |
SortedSet.to(E value,
boolean inclusive) |
Returns the top of the set up until the key specified.
|
@NotNull SortedSet<E> |
TreeSet.to(E value,
boolean inclusive) |
|
@NotNull SortedSet<E> |
Traversable.toSortedSet(java.util.Comparator<? super E> comparator) |
Converts this collection to a sorted set.
|