The methods of Java.Util.TreeSet are listed below. For a list of all members, see the TreeSet Members list.
See Also: Inherited members from Java.Util.AbstractSet
Ceiling(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Clone()Returns a new TreeSet with the same elements, size and comparator as this TreeSet. | ||
Comparator()Returns the comparator used to compare elements in this TreeSet. | ||
DescendingIterator()Returns an iterator over the elements in this set, in descending order. | ||
DescendingSet()Returns a reverse order view of the elements contained in this set. | ||
First()Returns the first element in this set. | ||
Floor(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
HeadSet(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
HeadSet(Java.Lang.Object, bool)Documentation for this section has not yet been entered. | ||
Higher(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
override | Iterator()Returns an Iterator on the elements of this TreeSet. | |
Last()Returns the last element in this set. | ||
Lower(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
PollFirst()Retrieves and removes the first (lowest) element, or returns null if this set is empty. | ||
PollLast()Retrieves and removes the last (highest) element, or returns null if this set is empty. | ||
override | Size()Returns the number of elements in this TreeSet. | |
SubSet(Java.Lang.Object, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
SubSet(Java.Lang.Object, bool, Java.Lang.Object, bool)Documentation for this section has not yet been entered. | ||
TailSet(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
TailSet(Java.Lang.Object, bool)Documentation for this section has not yet been entered. |