public final class HashTreePMap extends Object
static <K,V> HashPMap<K,V>
empty()
from(Map<? extends K,? extends V> map)
singleton(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <K,V> HashPMap<K,V> empty()
K
V
public static <K,V> HashPMap<K,V> singleton(K key, V value)
key
value
public static <K,V> HashPMap<K,V> from(Map<? extends K,? extends V> map)
map
Copyright © 2014. All rights reserved.