Java.Util.Concurrent.ConcurrentHashMap Members

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

See Also: Inherited members from Java.Util.AbstractMap

Public Constructors

Creates a new, empty map with the default initial table size (16).
Documentation for this section has not yet been entered.
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).

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

Contains(Java.Lang.Object) : bool
Legacy method testing if some key maps into the specified value in this table.
Elements() : Java.Util.IEnumeration
Returns an enumeration of the values in this table.
override
EntrySet() : ICollection
Returns a Java.Util.ISet view of the mappings contained in this map.
Keys() : Java.Util.IEnumeration
Returns an enumeration of the keys in this table.
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.