Uses of Class
me.sbasalaev.collection.SetMultimap
Packages that use SetMultimap
-
Uses of SetMultimap in me.sbasalaev.collection
Subclasses of SetMultimap in me.sbasalaev.collectionModifier and TypeClassDescriptionclassMutableSetMultimap<K,V> Mutable mapping of keys to sets of values.Methods in me.sbasalaev.collection that return SetMultimapModifier and TypeMethodDescriptionSetMultimap.clone()static <K,V> SetMultimap <K, V> SetMultimap.empty()Empty list multimap.default <K> SetMultimap<K, T> Traversable.groupedIntoSets(Function<? super @Out T, ? extends K> classifier) Collects elements of this traversable into sets grouped by given classifier.SetMultimap.Builder.toSetMultimap()Creates new immutable multimap with entries added to this builder.