Java.Util.TreeSet Class
TreeSet is an implementation of SortedSet.

See Also: TreeSet Members

Syntax

[Android.Runtime.Register("java/util/TreeSet", DoNotGenerateAcw=true)]
public class TreeSet : AbstractSet, Java.IO.ISerializable, Java.Lang.ICloneable, INavigableSet, IDisposable

Remarks

TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are supported. The elements can be any objects which are comparable to each other either using their natural order or a specified Comparator.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1