Package | Description |
---|---|
org.teavm.classlib.java.util |
Modifier and Type | Class and Description |
---|---|
static class |
TAbstractMap.SimpleEntry<K,V> |
static class |
TAbstractMap.SimpleImmutableEntry<K,V> |
Modifier and Type | Method and Description |
---|---|
TMap.Entry<K,V> |
TTreeMap.ceilingEntry(K key) |
TMap.Entry<K,V> |
TNavigableMap.ceilingEntry(K key) |
TMap.Entry<K,V> |
TTreeMap.firstEntry() |
TMap.Entry<K,V> |
TNavigableMap.firstEntry() |
TMap.Entry<K,V> |
TTreeMap.floorEntry(K key) |
TMap.Entry<K,V> |
TNavigableMap.floorEntry(K key) |
TMap.Entry<K,V> |
TTreeMap.higherEntry(K key) |
TMap.Entry<K,V> |
TNavigableMap.higherEntry(K key) |
TMap.Entry<K,V> |
TTreeMap.lastEntry() |
TMap.Entry<K,V> |
TNavigableMap.lastEntry() |
TMap.Entry<K,V> |
TTreeMap.lowerEntry(K key) |
TMap.Entry<K,V> |
TNavigableMap.lowerEntry(K key) |
TMap.Entry<K,V> |
TTreeMap.pollFirstEntry() |
TMap.Entry<K,V> |
TNavigableMap.pollFirstEntry() |
TMap.Entry<K,V> |
TTreeMap.pollLastEntry() |
TMap.Entry<K,V> |
TNavigableMap.pollLastEntry() |
Modifier and Type | Method and Description |
---|---|
abstract TSet<TMap.Entry<K,V>> |
TAbstractMap.entrySet() |
TSet<TMap.Entry<K,V>> |
TLinkedHashMap.entrySet() |
TSet<TMap.Entry<K,V>> |
TIdentityHashMap.entrySet() |
TSet<TMap.Entry<K,V>> |
THashMap.entrySet() |
TSet<TMap.Entry<K,V>> |
TMap.entrySet() |
TSet<TMap.Entry<K,V>> |
TTreeMap.entrySet() |
TSet<TMap.Entry<K,V>> |
THashtable.entrySet() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TLinkedHashMap.removeEldestEntry(TMap.Entry<K,V> eldest) |
Constructor and Description |
---|
SimpleEntry(TMap.Entry<? extends K,? extends V> entry) |
SimpleImmutableEntry(TMap.Entry<? extends K,? extends V> entry) |
Copyright © 2019. All rights reserved.