Uses of Class
com.github.andrewoma.dexx.collection.internal.hashmap.ListMap
Packages that use ListMap
-
Uses of ListMap in com.github.andrewoma.dexx.collection.internal.hashmap
Methods in com.github.andrewoma.dexx.collection.internal.hashmap that return ListMapModifier and TypeMethodDescriptionstatic <K,V> @NotNull ListMap <K, V> ListMap.empty()ListMap.tail()Methods in com.github.andrewoma.dexx.collection.internal.hashmap that return types with arguments of type ListMapModifier and TypeMethodDescriptionstatic <K,V> @NotNull BuilderFactory <Pair<K, V>, ListMap<K, V>> ListMap.factory()