Uses of Interface
com.github.andrewoma.dexx.collection.Map
Packages that use Map
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of Map in com.github.andrewoma.dexx.collection
Subinterfaces of Map in com.github.andrewoma.dexx.collectionModifier and TypeInterfaceDescriptioninterface
SortedMap<K,
V> SortedMap defines the interface for maps that are sorted by their key.Classes in com.github.andrewoma.dexx.collection that implement MapModifier and TypeClassDescriptionclass
DerivedKeyHashMap<K,
V> DerivedKeyHashMap
is aHashMap
variant where the key for theMap
is derived from the value stored.class
HashMap<K,
V> HashMap
is an implementation ofMap
based on a hash trie.class
TreeMap<K,
V> Methods in com.github.andrewoma.dexx.collection that return MapModifier and TypeMethodDescriptionprivate static <K,
V> Map <K, V> static <K,
V> @NotNull Map <K, V> static <K,
V> @NotNull Map <K, V> static <K,
V> @NotNull Map <K, V> static <K,
V> @NotNull Map <K, V> Maps.copyOfTraversable
(Traversable<Pair<K, V>> traversable) static <K,
V> @NotNull Map <K, V> Maps.of()
static <K,
V> @NotNull Map <K, V> Maps.of
(K k, V v) static <K,
V> @NotNull Map <K, V> Maps.of
(K k1, V v1, K k2, V v2) static <K,
V> @NotNull Map <K, V> Maps.of
(K k1, V v1, K k2, V v2, K k3, V v3) static <K,
V> @NotNull Map <K, V> Maps.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) static <K,
V> @NotNull Map <K, V> Maps.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) Returns a map with the value specified associated to the key specified.Returns a map with the value associated with the key removed if it exists.Methods in com.github.andrewoma.dexx.collection that return types with arguments of type Map -
Uses of Map in com.github.andrewoma.dexx.collection.internal.adapter
Fields in com.github.andrewoma.dexx.collection.internal.adapter declared as MapConstructors in com.github.andrewoma.dexx.collection.internal.adapter with parameters of type Map -
Uses of Map in com.github.andrewoma.dexx.collection.internal.base
Classes in com.github.andrewoma.dexx.collection.internal.base that implement Map -
Uses of Map in com.github.andrewoma.dexx.collection.internal.hashmap
Classes in com.github.andrewoma.dexx.collection.internal.hashmap that implement Map