The members of Java.Util.Concurrent.ConcurrentHashMap are listed below.
See Also: Inherited members from Java.Util.AbstractMap
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). |
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. |
Contains(Java.Lang.Object)Legacy method testing if some key maps into the specified value in this table. | ||
Elements()Returns an enumeration of the values in this table. | ||
override | EntrySet()Returns a Java.Util.ISet view of the mappings contained in this map. | |
Keys()Returns an enumeration of the keys in this table. | ||
PutIfAbsent(Java.Lang.Object, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Remove(Java.Lang.Object, Java.Lang.Object)Removes the entry for a key only if currently mapped to a given value. | ||
Replace(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)Documentation for this section has not yet been entered. |