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