ConcurrentHashMap
ConcurrentHashMap()
ConcurrentHashMap(IDictionary)
ConcurrentHashMap(Int32)
ConcurrentHashMap(Int32, Single)
ConcurrentHashMap(IntPtr, JniHandleOwnership)
ConcurrentHashMap(Int32, Single, Int32)
JniPeerMembers
ThresholdClass
ThresholdType
Compute(Object, IBiFunction)
ComputeIfAbsent(Object, IFunction)
ComputeIfPresent(Object, IBiFunction)
Contains(Object)
Elements()
EntrySet()
ForEach(IBiConsumer)
ForEach(Int64, IBiConsumer)
ForEach(Int64, IBiFunction, IConsumer)
ForEachEntry(Int64, IConsumer)
ForEachEntry(Int64, IFunction, IConsumer)
ForEachKey(Int64, IConsumer)
ForEachKey(Int64, IFunction, IConsumer)
ForEachValue(Int64, IConsumer)
ForEachValue(Int64, IFunction, IConsumer)
GetOrDefault(Object, Object)
Keys()
MappingCount()
Merge(Object, Object, IBiFunction)
PutIfAbsent(Object, Object)
Reduce(Int64, IBiFunction, IBiFunction)
ReduceEntries(Int64, IBiFunction)
ReduceEntries(Int64, IFunction, IBiFunction)
ReduceEntriesToDouble(Int64, IToDoubleFunction, Double, IDoubleBinaryOperator)
ReduceEntriesToInt(Int64, IToIntFunction, Int32, IIntBinaryOperator)
ReduceEntriesToLong(Int64, IToLongFunction, Int64, ILongBinaryOperator)
ReduceKeys(Int64, IBiFunction)
ReduceKeys(Int64, IFunction, IBiFunction)
ReduceKeysToDouble(Int64, IToDoubleFunction, Double, IDoubleBinaryOperator)
ReduceKeysToInt(Int64, IToIntFunction, Int32, IIntBinaryOperator)
ReduceKeysToLong(Int64, IToLongFunction, Int64, ILongBinaryOperator)
ReduceToDouble(Int64, IToDoubleBiFunction, Double, IDoubleBinaryOperator)
ReduceToInt(Int64, IToIntBiFunction, Int32, IIntBinaryOperator)
ReduceToLong(Int64, IToLongBiFunction, Int64, ILongBinaryOperator)
ReduceValues(Int64, IBiFunction)
ReduceValues(Int64, IFunction, IBiFunction)
ReduceValuesToDouble(Int64, IToDoubleFunction, Double, IDoubleBinaryOperator)
ReduceValuesToInt(Int64, IToIntFunction, Int32, IIntBinaryOperator)
ReduceValuesToLong(Int64, IToLongFunction, Int64, ILongBinaryOperator)
Remove(Object, Object)
Replace(Object, Object)
Replace(Object, Object, Object)
ReplaceAll(IBiFunction)
Search(Int64, IBiFunction)
SearchEntries(Int64, IFunction)
SearchKeys(Int64, IFunction)
SearchValues(Int64, IFunction)
monoandroid
namespace Java.Util.Concurrent
{
[JavaTypeParameters(new[] { "K", "V" })]
[Register("java/util/concurrent/ConcurrentHashMap", DoNotGenerateAcw = true)]
public class ConcurrentHashMap : AbstractMap, IJavaObject, IJavaPeerable, ISerializable, IConcurrentMap, IMap, IDisposable
{
[Register("reduceToInt", "(JLjava/util/function/ToIntBiFunction;ILjava/util/function/IntBinaryOperator;)I", "GetReduceToInt_JLjava_util_function_ToIntBiFunction_ILjava_util_function_IntBinaryOperator_Handler", ApiSince = 24)]
public virtual int ReduceToInt(long parallelismThreshold, IToIntBiFunction! transformer, int basis, IIntBinaryOperator! reducer);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API