K
V
public class HashMap<K,V> extends HashMap<K,V> implements Map<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Map.Entry<K,V>
HashMap()
HashMap(Map<? extends K,? extends V> map)
HashMap<K,V>
set(K key, V value)
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
public HashMap()
public HashMap(Map<? extends K,? extends V> map)
public HashMap<K,V> set(K key, V value)
Copyright © 2015. All rights reserved.