interface SortedMultiSet.Builder<T>
A mutable SortedMultiSet
builder used to efficiently create new immutable instances. See the MultiSet documentation and the SortedMultiSet.Builder API documentation
Type parameters
Name | Description |
---|---|
T | the value type |