|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Collection ) |
Documentation changed from old to new. |
Constructs a new set containing the elements in the specified collection sorted according to the elements' natural order. |
Comparator ) |
Documentation changed from old to new. |
Constructs a new empty set sorted according to the specified comparator. |
SortedSet ) |
Documentation changed from old to new. |
Constructs a new set containing the same elements as the specified sorted set sorted according to the same ordering. |
Changed Methods | ||
boolean addAll(Collection ) |
Documentation changed from old to new. |
Adds all of the elements in the specified collection to this set. |
SortedSet headSet(Object ) |
Documentation changed from old to new. |
Returns a view of the portion of this set whose elements are strictly less than toElement. |
boolean remove(Object ) |
Documentation changed from old to new. |
Removes the specified element from this set if it is present. |
SortedSet subSet(Object, |
Documentation changed from old to new. |
Returns a view of the portion of this 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 set whose elements are greater than or equal to fromElement. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |