Uses of Interface
me.sbasalaev.collection.MultimapMutator
Packages that use MultimapMutator
-
Uses of MultimapMutator in me.sbasalaev.collection
Classes in me.sbasalaev.collection that implement MultimapMutatorModifier and TypeClassDescriptionclassMutableListMultimap<K,V> Mutable mapping of keys to lists of values.classMutableMap<K,V> Map that can be mutated.classMutableSetMultimap<K,V> Mutable mapping of keys to sets of values.