public class Maps extends Object
Maps()
static <K,V> Map<K,V>
newHashMap()
static <T> Map<T,T>
newHashMap(T... parameters)
newLinkedHashMap()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Maps()
public static <K,V> Map<K,V> newHashMap()
public static <K,V> Map<K,V> newLinkedHashMap()
public static <T> Map<T,T> newHashMap(T... parameters)