Return type | Name and parameters |
---|---|
SortedMap
|
asImmutable()
A convenience method for creating an immutable sorted map. |
SortedMap
|
asSynchronized()
A convenience method for creating a synchronized SortedMap. |
SortedMap
|
sort()
Avoids doing unnecessary work when sorting an already sorted map (i.e. an identity function for an already sorted map). |
A convenience method for creating an immutable sorted map.
A convenience method for creating a synchronized SortedMap.
Avoids doing unnecessary work when sorting an already sorted map (i.e. an identity function for an already sorted map).