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