| Return type | Name and parameters | 
|---|---|
                                             SortedMap
                                         | 
                                        
                                            asChecked(Class keyType, Class valueType)
                                            Creates a checked view of a SortedMap.  | 
                                    
                                             SortedMap
                                         | 
                                        
                                            asImmutable()
                                            A convenience method for creating an immutable SortedMap.  | 
                                    
                                             SortedMap
                                         | 
                                        
                                            asSynchronized()
                                            Creates a synchronized view of a SortedMap.  | 
                                    
                                             SortedMap
                                         | 
                                        
                                            asUnmodifiable()
                                            Creates an unmodifiable view of a SortedMap.  | 
                                    
                                             SortedMap
                                         | 
                                        
                                            sort()
                                            Avoids doing unnecessary work when sorting an already sorted map (i.e. an identity function for an already sorted map).  | 
                                    
                                             Map
                                         | 
                                        
                                            toSorted()
                                            Avoids doing unnecessary work when sorting an already sorted map  | 
                                    
                                    any, asBoolean, asChecked, asImmutable, asSynchronized, asType, asUnmodifiable, collect, collect, collectEntries, collectEntries, collectEntries, collectEntries, collectKeys, collectKeys, collectMany, collectMany, collectValues, collectValues, count, count, countBy, drop, dropWhile, each, eachWithIndex, equals, every, find, findAll, findResult, findResult, findResults, get, getAt, groupBy, groupBy, groupBy, groupEntriesBy, inject, intersect, isCase, isNotCase, leftShift, leftShift, max, min, minus, plus, plus, plus, plus, putAll, putAt, removeAll, retainAll, reverseEach, sort, sort, sort, spread, subMap, subMap, take, takeWhile, toMapString, toMapString, toSorted, toSorted, toSorted, toSpreadMap, withDefault, withDefault
                                
Creates a checked view of a SortedMap.
A convenience method for creating an immutable SortedMap.
Creates a synchronized view of a SortedMap.
Creates an unmodifiable view of a SortedMap.
Avoids doing unnecessary work when sorting an already sorted map (i.e. an identity function for an already sorted map).
Avoids doing unnecessary work when sorting an already sorted map