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