Uses of Class
com.github.andrewoma.dexx.collection.HashMap
-
Packages that use HashMap Package Description 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
Fields in com.github.andrewoma.dexx.collection declared as HashMap Modifier and Type Field Description private static HashMap
HashMap. EMPTY
Methods in com.github.andrewoma.dexx.collection that return HashMap Modifier and Type Method Description static <K,V>
@NotNull HashMap<K,V>HashMap. empty()
@NotNull HashMap<K,V>
HashMap. put(K key, V value)
@NotNull HashMap<K,V>
HashMap. remove(K key)
Methods in com.github.andrewoma.dexx.collection that return types with arguments of type HashMap Modifier and Type Method Description static <K,V>
@NotNull BuilderFactory<Pair<K,V>,HashMap<K,V>>HashMap. factory()
-