Java.Util.ISortedSet Members

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

Public Methods

Comparator() : IComparator
Returns the comparator used to compare elements in this SortedSet.
First() : Java.Lang.Object
Returns the first element in this SortedSet.
HeadSet(Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.
Last() : Java.Lang.Object
Returns the last element in this SortedSet.
SubSet(Java.Lang.Object, Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.
TailSet(Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.