K
V
public class HHashMap<K,V> extends HashMap<K,V> implements Map<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Map.Entry<K,V>
HHashMap()
HHashMap(Map<? extends K,? extends V> map)
HHashMap<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 HHashMap()
public HHashMap(Map<? extends K,? extends V> map)
public HHashMap<K,V> set(K key, V value)
Copyright © 2016. All rights reserved.