Package | Description |
---|---|
java.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSet<E> |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<K,V>> |
WeakHashMap.entrySet()
Returns a
Set view of the mappings contained in this map. |
Set<Map.Entry<K,V>> |
Map.entrySet()
Returns a
Set view of the mappings contained in this map. |
Set<Map.Entry<K,V>> |
Hashtable.entrySet()
Returns a
Set view of the mappings contained in this map. |
Set<Map.Entry<K,V>> |
HashMap.entrySet()
Returns a
Set view of the mappings contained in this map. |
abstract Set<Map.Entry<K,V>> |
AbstractMap.entrySet() |
Set<K> |
WeakHashMap.keySet()
Returns a
Set view of the keys contained in this map. |
Set<K> |
Map.keySet()
Returns a
Set view of the keys contained in this map. |
Set<K> |
Hashtable.keySet()
Returns a
Set view of the keys contained in this map. |
Set<K> |
HashMap.keySet()
Returns a
Set view of the keys contained in this map. |
Set<K> |
AbstractMap.keySet()
Returns a
Set view of the keys contained in this map. |