java.lang.Object
me.sbasalaev.collection.ListMultimap.Builder<K,V>
- Enclosing class:
ListMultimap<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. -
toListMultimap
Creates new immutable multimap with entries added to this builder. May be called multiple times.
-