Java.Util.TreeMap: Method Members

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

See Also: Inherited members from Java.Util.AbstractMap

Public Methods

CeilingEntry(Java.Lang.Object) : IMapEntry
Documentation for this section has not yet been entered.
CeilingKey(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
Comparator() : IComparator
Returns the comparator used to compare keys in this sorted map, or null if the natural ordering is in use.
DescendingKeySet() : INavigableSet
Returns a reverse order Java.Util.INavigableSet view of the keys contained in this map.
DescendingMap() : INavigableMap
Returns a reverse order view of the mappings contained in this map.
override
EntrySet() : ICollection
Returns a Set containing all of the mappings in this Map.
FirstEntry() : IMapEntry
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
FirstKey() : Java.Lang.Object
Returns the least key in this sorted map.
FloorEntry(Java.Lang.Object) : IMapEntry
Documentation for this section has not yet been entered.
FloorKey(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
HeadMap(Java.Lang.Object) : IDictionary
Documentation for this section has not yet been entered.
HeadMap(Java.Lang.Object, bool) : INavigableMap
Documentation for this section has not yet been entered.
HigherEntry(Java.Lang.Object) : IMapEntry
Documentation for this section has not yet been entered.
HigherKey(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
LastEntry() : IMapEntry
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
LastKey() : Java.Lang.Object
Returns the greatest key in this sorted map.
LowerEntry(Java.Lang.Object) : IMapEntry
Documentation for this section has not yet been entered.
LowerKey(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
NavigableKeySet() : INavigableSet
Returns a Java.Util.INavigableSet view of the keys contained in this map.
PollFirstEntry() : IMapEntry
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
PollLastEntry() : IMapEntry
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
SubMap(Java.Lang.Object, Java.Lang.Object) : IDictionary
Documentation for this section has not yet been entered.
SubMap(Java.Lang.Object, bool, Java.Lang.Object, bool) : INavigableMap
Documentation for this section has not yet been entered.
TailMap(Java.Lang.Object) : IDictionary
Documentation for this section has not yet been entered.
TailMap(Java.Lang.Object, bool) : INavigableMap
Documentation for this section has not yet been entered.