java.lang.Object
me.sbasalaev.collection.SetMultimap.Builder<K,V>
- Enclosing class:
SetMultimap<K,V>
Builder of immutable list multimaps.
-
Method Summary
Modifier and TypeMethodDescriptionAdds given entry to this builder.Adds given entry to this builder.Creates new immutable multimap with entries added to this builder.
-
Method Details
-
add
Adds given entry to this builder. -
add
Adds given entry to this builder. -
toSetMultimap
Creates new immutable multimap with entries added to this builder. May be called multiple times.
-