|
Groovy JDK |
Method Summary | |
---|---|
SortedSet
|
asImmutable()
A convenience method for creating an immutable sorted set |
SortedSet
|
asSynchronized()
A convenience method for creating a synchronized SortedSet |
SortedSet
|
sort()
Avoids doing unnecessary work when sorting an already sorted set |
Method Detail |
---|
public SortedSet asImmutable()
public SortedSet asSynchronized()
public SortedSet sort()
|
Groovy JDK |