| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMap.SimpleEntry<K,V> |
static class |
AbstractMap.SimpleImmutableEntry<K,V> |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<K,V> |
TreeMap.ceilingEntry(K key) |
Map.Entry<K,V> |
NavigableMap.ceilingEntry(K key) |
Map.Entry<K,V> |
TreeMap.firstEntry() |
Map.Entry<K,V> |
NavigableMap.firstEntry() |
Map.Entry<K,V> |
TreeMap.floorEntry(K key) |
Map.Entry<K,V> |
NavigableMap.floorEntry(K key) |
Map.Entry<K,V> |
TreeMap.higherEntry(K key) |
Map.Entry<K,V> |
NavigableMap.higherEntry(K key) |
Map.Entry<K,V> |
TreeMap.lastEntry() |
Map.Entry<K,V> |
NavigableMap.lastEntry() |
Map.Entry<K,V> |
TreeMap.lowerEntry(K key) |
Map.Entry<K,V> |
NavigableMap.lowerEntry(K key) |
Map.Entry<K,V> |
TreeMap.pollFirstEntry() |
Map.Entry<K,V> |
NavigableMap.pollFirstEntry() |
Map.Entry<K,V> |
TreeMap.pollLastEntry() |
Map.Entry<K,V> |
NavigableMap.pollLastEntry() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<K,V>> |
TreeMap.entrySet() |
Set<Map.Entry<K,V>> |
Map.entrySet() |
Set<Map.Entry<K,V>> |
LinkedHashMap.entrySet() |
Set<Map.Entry<K,V>> |
IdentityHashMap.entrySet() |
Set<Map.Entry<K,V>> |
Hashtable.entrySet() |
Set<Map.Entry<K,V>> |
HashMap.entrySet() |
abstract Set<Map.Entry<K,V>> |
AbstractMap.entrySet() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
LinkedHashMap.removeEldestEntry(Map.Entry<K,V> eldest) |
| Constructor and Description |
|---|
SimpleEntry(Map.Entry<? extends K,? extends V> entry) |
SimpleImmutableEntry(Map.Entry<? extends K,? extends V> entry) |
Copyright © 2026. All rights reserved.