Java.Util.Concurrent.ConcurrentHashMap: Method Members

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

See Also: Inherited members from Java.Util.AbstractMap

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.