| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableSet<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeSet<E> |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<E> |
TreeSet.headSet(E end) |
SortedSet<E> |
SortedSet.headSet(E end) |
SortedSet<E> |
TreeSet.subSet(E start,
E end) |
SortedSet<E> |
SortedSet.subSet(E start,
E end) |
static <E> SortedSet<E> |
Collections.synchronizedSortedSet(SortedSet<E> set) |
SortedSet<E> |
TreeSet.tailSet(E start) |
SortedSet<E> |
SortedSet.tailSet(E start) |
static <E> SortedSet<E> |
Collections.unmodifiableSortedSet(SortedSet<E> set) |
| Modifier and Type | Method and Description |
|---|---|
static <E> SortedSet<E> |
Collections.synchronizedSortedSet(SortedSet<E> set) |
static <E> SortedSet<E> |
Collections.unmodifiableSortedSet(SortedSet<E> set) |
| Constructor and Description |
|---|
PriorityQueue(SortedSet<? extends E> c) |
TreeSet(SortedSet<E> set) |
Copyright © 2026. All rights reserved.