Uses of Class
org.klojang.util.collection.SaturatedEnumToIntMap
Packages that use SaturatedEnumToIntMap
Package
Description
Garden-variety extensions to the Collections Framework.
-
Uses of SaturatedEnumToIntMap in org.klojang.util.collection
Methods in org.klojang.util.collection that return SaturatedEnumToIntMapModifier and TypeMethodDescriptionLikeput()
, but provides a fluent API for adding entries to the map.Methods in org.klojang.util.collection with parameters of type SaturatedEnumToIntMapModifier and TypeMethodDescriptionvoid
SaturatedEnumToIntMap.putAll
(SaturatedEnumToIntMap<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 SaturatedEnumToIntMapModifierConstructorDescriptionInstantiates a newEnumToIntMap
with the same key-value mappings as the specifiedEnumToIntMap
.