Java.Util.Concurrent.ConcurrentSkipListMap Members

The members of Java.Util.Concurrent.ConcurrentSkipListMap are listed below.

See Also: Inherited members from Java.Util.AbstractMap

Public Constructors

Constructs a new, empty map, sorted according to the Java.Lang.IComparable of the keys.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

CeilingEntry(Java.Lang.Object) : Java.Util.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() : ConcurrentSkipListMap
Returns a shallow copy of this ConcurrentSkipListMap instance.
Comparator() : Java.Util.IComparator
Returns the comparator used to compare keys in this sorted map, or null if the natural ordering is in use.
DescendingKeySet() : Java.Util.INavigableSet
Returns a reverse order Java.Util.INavigableSet view of the keys contained in this map.
override
EntrySet() : ICollection
Returns a Java.Util.ISet view of the mappings contained in this map.
FirstEntry() : Java.Util.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) : Java.Util.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.
HigherEntry(Java.Lang.Object) : Java.Util.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() : Java.Util.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) : Java.Util.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() : Java.Util.INavigableSet
Returns a Java.Util.INavigableSet view of the keys contained in this map.
PollFirstEntry() : Java.Util.IMapEntry
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
PollLastEntry() : Java.Util.IMapEntry
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
PutIfAbsent(Java.Lang.Object, Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
Remove(Java.Lang.Object, Java.Lang.Object) : bool
Removes the entry for a key only if currently mapped to a given value.
Replace(Java.Lang.Object, Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
Replace(Java.Lang.Object, Java.Lang.Object, Java.Lang.Object) : bool
Documentation for this section has not yet been entered.