Uses of Class
org.klojang.util.collection.EnumToIntMap
Packages that use EnumToIntMap
Package
Description
Garden-variety extensions to the Collections Framework.
-
Uses of EnumToIntMap in org.klojang.util.collection
Methods in org.klojang.util.collection that return EnumToIntMapModifier and TypeMethodDescriptionLikeput(), but provides a fluent API for adding entries to the map.Methods in org.klojang.util.collection with parameters of type EnumToIntMapModifier and TypeMethodDescriptionvoidEnumToIntMap.putAll(EnumToIntMap<K> other) Adds all entries of the specified map to this map, overwriting any previous values.Constructors in org.klojang.util.collection with parameters of type EnumToIntMapModifierConstructorDescriptionEnumToIntMap(EnumToIntMap<K> other) Instantiates a newEnumToIntMapwith the same key-value mappings as the specifiedEnumToIntMap.