The members of Java.Util.TreeMap are listed below.
See Also: Inherited members from Java.Util.AbstractMap
TreeMap() | Create a natural order, empty tree map whose keys must be mutually comparable and non-null. | |
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CeilingEntry(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
CeilingKey(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Clone()Creates and returns a copy of this Object. | ||
Comparator()Returns the comparator used to compare keys in this sorted map, or null if the natural ordering is in use. | ||
DescendingKeySet()Returns a reverse order Java.Util.INavigableSet view of the keys contained in this map. | ||
DescendingMap()Returns a reverse order view of the mappings contained in this map. | ||
override | EntrySet()Returns a Set containing all of the mappings in this Map. | |
FirstEntry()Returns a key-value mapping associated with the least key in this map, or null if the map is empty. | ||
FirstKey()Returns the least key in this sorted map. | ||
FloorEntry(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
FloorKey(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
HeadMap(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
HeadMap(Java.Lang.Object, bool)Documentation for this section has not yet been entered. | ||
HigherEntry(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
HigherKey(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
LastEntry()Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty. | ||
LastKey()Returns the greatest key in this sorted map. | ||
LowerEntry(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
LowerKey(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
NavigableKeySet()Returns a Java.Util.INavigableSet view of the keys contained in this map. | ||
PollFirstEntry()Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty. | ||
PollLastEntry()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)Documentation for this section has not yet been entered. | ||
SubMap(Java.Lang.Object, bool, Java.Lang.Object, bool)Documentation for this section has not yet been entered. | ||
TailMap(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
TailMap(Java.Lang.Object, bool)Documentation for this section has not yet been entered. |