Uses of Class
com.github.andrewoma.dexx.collection.DerivedKeyHashMap

Packages that use DerivedKeyHashMap
com.github.andrewoma.dexx.collection Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java. 
 

Uses of DerivedKeyHashMap in com.github.andrewoma.dexx.collection
 

Methods in com.github.andrewoma.dexx.collection that return DerivedKeyHashMap
 DerivedKeyHashMap<K,V> DerivedKeyHashMap.put(K key, V value)
           
 DerivedKeyHashMap<K,V> DerivedKeyHashMap.remove(K key)
           
 

Methods in com.github.andrewoma.dexx.collection that return types with arguments of type DerivedKeyHashMap
static
<K,V> BuilderFactory<Pair<K,V>,DerivedKeyHashMap<K,V>>
DerivedKeyHashMap.factory(KeyFunction<K,V> keyFunction)
           
 



Copyright © 2014. All Rights Reserved.