Changed Methods |
SortedSet headSet(Object )
|
Documentation changed from old to new. |
Returns a view of the portion of this sorted set whose elements are strictly less than toElement. |
SortedSet subSet(Object, Object)
|
Documentation changed from old to new. |
Returns a view of the portion of this sorted set whose elements range from fromElement inclusive to toElement exclusive. |
SortedSet tailSet(Object )
|
Documentation changed from old to new. |
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement. |