Java.Util.ISortedMap Members

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

Public Methods

Comparator() : IComparator
Returns the comparator used to compare keys in this sorted map, or null if the natural ordering is in use.
EntrySet() : ICollection
Documentation for this section has not yet been entered.
FirstKey() : Java.Lang.Object
Returns the least key in this sorted map.
HeadMap(Java.Lang.Object) : IDictionary
Documentation for this section has not yet been entered.
KeySet() : ICollection
Documentation for this section has not yet been entered.
LastKey() : Java.Lang.Object
Returns the greatest key in this sorted map.
SubMap(Java.Lang.Object, Java.Lang.Object) : IDictionary
Documentation for this section has not yet been entered.
TailMap(Java.Lang.Object) : IDictionary
Documentation for this section has not yet been entered.
Values() : ICollection
Documentation for this section has not yet been entered.