In Java, I have a set, and I want to turn it into a sorted list. Is there a method in the collections package that will do this for me?
|
1
|
|
|
|
|
|
The answer provided by the OP is not the best. It is inefficient, as it creates a new Instead, use something like this:
|
|||
|
|
|
...you answered your own question 38 seconds after you had asked it?
|
||||||||
|
|
|
sorted set: |
||
|
|
There's no single method to do that. Use this:
|
||||
|
