Changed Methods |
SortedMap headMap(Object )
|
Documentation changed from old to new. |
Returns a view of the portion of this sorted map whose keys are strictly less than toKey. |
SortedMap subMap(Object, Object)
|
Documentation changed from old to new. |
Returns a view of the portion of this sorted map whose keys range from fromKey inclusive to toKey exclusive. |
SortedMap tailMap(Object )
|
Documentation changed from old to new. |
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey. |