Package | Description |
---|---|
com.google.gwt.dev.util.collect | |
com.google.gwt.storage.client | |
java.util |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<K,V>> |
HashMap.entrySet() |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,String>> |
StorageMap.entrySet()
Returns a Set containing all entries of the Storage.
|
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> |
NavigableMap.ceilingEntry(K key) |
Map.Entry<K,V> |
NavigableMap.firstEntry() |
Map.Entry<K,V> |
NavigableMap.floorEntry(K key) |
Map.Entry<K,V> |
NavigableMap.higherEntry(K key) |
Map.Entry<K,V> |
NavigableMap.lastEntry() |
Map.Entry<K,V> |
NavigableMap.lowerEntry(K key) |
Map.Entry<K,V> |
NavigableMap.pollFirstEntry() |
Map.Entry<K,V> |
NavigableMap.pollLastEntry() |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<K,V>> |
EnumMap.entrySet() |
Set<Map.Entry<K,V>> |
Map.entrySet() |
abstract Set<Map.Entry<K,V>> |
AbstractMap.entrySet() |
Set<Map.Entry<K,V>> |
LinkedHashMap.entrySet() |
Set<Map.Entry<K,V>> |
TreeMap.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 © 2018. All rights reserved.