| java.lang.Object | |
| ↳ | com.atlassian.jira.util.collect.CollectionBuilder<T> |
Convenience class for creating collections (Set and List) instances or
enclosed iterables.
The default methods asList() and asSet() and asSortedSet() create immutable collections.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return a
SortedSet of the elements of this builder in their natural order. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Return a SortedSet of the elements of this builder in their natural order.
Note, will throw an exception if the elements are not comparable.
| ClassCastException | if the elements do not implement Comparable.
|
|---|