public abstract static class MultimapBuilder.SortedSetMultimapBuilder<K0,V0> extends MultimapBuilder.SetMultimapBuilder <K0 ,V0>
MultimapBuilder that generates
SortedSetMultimap instances.
MultimapBuilder.ListMultimapBuilder <K0,V0>, MultimapBuilder.MultimapBuilderWithKeys <K0>, MultimapBuilder.SetMultimapBuilder <K0,V0>, MultimapBuilder.SortedSetMultimapBuilder <K0,V0> | Modifier and Type | Method and Description |
|---|---|
abstract <K extends K0 |
build()
Returns a new, empty
Multimap with the specified implementation.
|
<K extends K0 |
build(Multimap
Returns a
Multimap with the specified implementation, initialized with the entries of
multimap.
|
enumKeys, hashKeys, hashKeys, linkedHashKeys, linkedHashKeys, treeKeys, treeKeyspublic abstract <K extends K0,V extends V0> SortedSetMultimap <K ,V> build()
MultimapBuilder
Multimap with the specified implementation.
public <K extends K0,V extends V0> SortedSetMultimap <K ,V> build(Multimap <? extends K ,? extends V> multimap)
MultimapBuilder
Multimap with the specified implementation, initialized with the entries of
multimap.