Uses of Class
me.sbasalaev.collection.MutableMap
Packages that use MutableMap
-
Uses of MutableMap in me.sbasalaev.collection
Methods in me.sbasalaev.collection that return MutableMapModifier and TypeMethodDescriptionstatic <K,V> MutableMap <K, V> Returns new mutable map that initially contains given values.static <K,V> MutableMap <K, V> MutableMap.empty()Returns new mutable map that is initially empty.