| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNavigableSet<E> |
| Modifier and Type | Method and Description |
|---|---|
static <E> ImmutableSortedSet<E> |
ImmutableSortedSet.copyOf(SortedSet<? extends E> sortedSet) |
static <E> ImmutableSortedSet<E> |
ImmutableSortedSet.empty() |
static <E extends Comparable<? super E>> |
ImmutableSortedSet.of(E... a) |
static <E> ImmutableSortedSet<E> |
ImmutableNavigableSet.of(SortedSet<? extends E> sortedSet)
Deprecated.
throws
UnsupportedOperationException |
static <E> ImmutableSortedSet<E> |
ImmutableSortedSet.of(SortedSet<? extends E> sortedSet) |
Copyright © 2021. All rights reserved.