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

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

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

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

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



Copyright © 2014. All Rights Reserved.