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