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