| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableMap<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeMap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<K,V> |
TreeMap.headMap(K endKey) |
SortedMap<K,V> |
SortedMap.headMap(K endKey) |
SortedMap<K,V> |
TreeMap.subMap(K startKey,
K endKey) |
SortedMap<K,V> |
SortedMap.subMap(K startKey,
K endKey) |
static <K,V> SortedMap<K,V> |
Collections.synchronizedSortedMap(SortedMap<K,V> map) |
SortedMap<K,V> |
TreeMap.tailMap(K startKey) |
SortedMap<K,V> |
SortedMap.tailMap(K startKey) |
static <K,V> SortedMap<K,V> |
Collections.unmodifiableSortedMap(SortedMap<K,? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> SortedMap<K,V> |
Collections.synchronizedSortedMap(SortedMap<K,V> map) |
static <K,V> SortedMap<K,V> |
Collections.unmodifiableSortedMap(SortedMap<K,? extends V> map) |
| Constructor and Description |
|---|
TreeMap(SortedMap<K,? extends V> map) |
Copyright © 2026. All rights reserved.