K
V
public class HashMapKit<K,V> extends Object
HashMapKit()
HashMap<K,V>
get()
static <K,V> HashMapKit<K,V>
init(K key, V value)
HashMapKit<K,V>
put(K key, V value)
put(Map<K,V> map)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HashMapKit()
public static <K,V> HashMapKit<K,V> init(K key, V value)
key
value
public HashMapKit<K,V> put(Map<K,V> map)
map
public HashMapKit<K,V> put(K key, V value)
public HashMap<K,V> get()
Copyright © 2021 10MG. All rights reserved.