Java.Util.TreeSet Members

The members of Java.Util.TreeSet are listed below.

See Also: Inherited members from Java.Util.AbstractSet

Public Constructors

Constructs a new empty instance of TreeSet which uses natural ordering.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.