Uses of Class
com.github.andrewoma.dexx.collection.internal.hashmap.ListMap
-
Packages that use ListMap Package Description com.github.andrewoma.dexx.collection.internal.hashmap -
-
Uses of ListMap in com.github.andrewoma.dexx.collection.internal.hashmap
Subclasses of ListMap in com.github.andrewoma.dexx.collection.internal.hashmap Modifier and Type Class Description (package private) class
ListMap.Node<K,V>
Fields in com.github.andrewoma.dexx.collection.internal.hashmap declared as ListMap Modifier and Type Field Description private static ListMap<java.lang.Object,java.lang.Object>
ListMap. EMPTY
private ListMap<K,V>
HashMapCollision1. kvs
private ListMap<K,V>
ListMapIterator. listMap
Methods in com.github.andrewoma.dexx.collection.internal.hashmap that return ListMap Modifier and Type Method Description private ListMap<K,V>
ListMap.Node. apply0(ListMap<K,V> cur, K key)
static <K,V>
@NotNull ListMap<K,V>ListMap. empty()
@NotNull ListMap<K,V>
ListMap.Node. put(K key, V value)
@NotNull ListMap<K,V>
ListMap. put(K key, V value)
@NotNull ListMap<K,V>
ListMap.Node. remove(K key)
@NotNull ListMap<K,V>
ListMap. remove(K key)
ListMap<K,V>
ListMap.Node. tail()
ListMap<K,V>
ListMap. tail()
Methods in com.github.andrewoma.dexx.collection.internal.hashmap that return types with arguments of type ListMap Modifier and Type Method Description static <K,V>
@NotNull BuilderFactory<Pair<K,V>,ListMap<K,V>>ListMap. factory()
Methods in com.github.andrewoma.dexx.collection.internal.hashmap with parameters of type ListMap Modifier and Type Method Description private ListMap<K,V>
ListMap.Node. apply0(ListMap<K,V> cur, K key)
private int
ListMap.Node. size0(ListMap<K,V> cur, int acc)
Constructors in com.github.andrewoma.dexx.collection.internal.hashmap with parameters of type ListMap Constructor Description HashMapCollision1(int hash, ListMap<K,V> kvs)
ListMapIterator(ListMap<K,V> listMap)
-