The members of Java.Util.TreeSet are listed below.
See Also: Inherited members from Java.Util.AbstractSet
TreeSet() | 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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |