Uses of Interface
org.pcollections.PMap

Uses of PMap in org.pcollections
 

Classes in org.pcollections that implement PMap
 class HashPMap<K,V>
          A persistent map from non-null keys to non-null values.
 class IntTreePMap<V>
          An efficient persistent map from integer keys to non-null values.
 

Methods in org.pcollections that return PMap
static
<K,V> PMap<K,V>
Empty.map()
           
 PMap<K,V> PMap.minus(Object key)
           
 PMap<K,V> PMap.minusAll(Collection<?> keys)
           
 PMap<K,V> PMap.plus(K key, V value)
           
 PMap<K,V> PMap.plusAll(Map<? extends K,? extends V> map)
           
 

Methods in org.pcollections with parameters of type PMap
static
<E> MapPBag<E>
MapPBag.empty(PMap<E,Integer> map)
           
static
<K,V> HashPMap<K,V>
HashPMap.empty(PMap<Integer,PSequence<Map.Entry<K,V>>> intMap)
           
static
<E> MapPSet<E>
MapPSet.from(PMap<E,?> map)
           
static
<E> MapPSet<E>
MapPSet.from(PMap<E,?> map, Collection<? extends E> list)
           
static
<E> MapPSet<E>
MapPSet.from(PMap<E,?> map, E e)
           
 



Copyright © 2011. All Rights Reserved.