Java.Util.TreeSet: Method Members

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

Public Methods

Ceiling(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
Clone() : Java.Lang.Object
Returns a new TreeSet with the same elements, size and comparator as this TreeSet.
Comparator() : IComparator
Returns the comparator used to compare elements in this TreeSet.
DescendingIterator() : IIterator
Returns an iterator over the elements in this set, in descending order.
DescendingSet() : INavigableSet
Returns a reverse order view of the elements contained in this set.
First() : Java.Lang.Object
Returns the first element in this set.
Floor(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
HeadSet(Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.
HeadSet(Java.Lang.Object, bool) : INavigableSet
Documentation for this section has not yet been entered.
Higher(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
override
Iterator() : IIterator
Returns an Iterator on the elements of this TreeSet.
Last() : Java.Lang.Object
Returns the last element in this set.
Lower(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
PollFirst() : Java.Lang.Object
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
PollLast() : Java.Lang.Object
Retrieves and removes the last (highest) element, or returns null if this set is empty.
override
Size() : int
Returns the number of elements in this TreeSet.
SubSet(Java.Lang.Object, Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.
SubSet(Java.Lang.Object, bool, Java.Lang.Object, bool) : INavigableSet
Documentation for this section has not yet been entered.
TailSet(Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.
TailSet(Java.Lang.Object, bool) : INavigableSet
Documentation for this section has not yet been entered.