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