public class HashMaps<K,V> extends Object
HashMap<K,V>
build()
static <K,V> HashMaps<K,V>
hashed()
invert(Map<V,K> toinvert)
linked()
HashMaps<K,V>
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HashMaps<K,V> put(K key, V value)
public static <K,V> HashMaps<K,V> linked()
public static <K,V> HashMaps<K,V> hashed()
public static <K,V> HashMaps<K,V> invert(Map<V,K> toinvert)
public HashMap<K,V> build()
Copyright © 2017. All rights reserved.