Java.Util.ISortedSet: Method Members

The methods of Java.Util.ISortedSet are listed below. For a list of all members, see the ISortedSet Members list.

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.