ConcurrentSkipListMap
ConcurrentSkipListMap()
ConcurrentSkipListMap(IComparator)
ConcurrentSkipListMap(IDictionary)
ConcurrentSkipListMap(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
CeilingEntry(Object)
CeilingKey(Object)
Clone()
Comparator()
Compute(Object, IBiFunction)
ComputeIfAbsent(Object, IFunction)
ComputeIfPresent(Object, IBiFunction)
DescendingKeySet()
EntrySet()
FirstEntry()
FirstKey()
FloorEntry(Object)
FloorKey(Object)
ForEach(IBiConsumer)
GetOrDefault(Object, Object)
HigherEntry(Object)
HigherKey(Object)
LastEntry()
LastKey()
LowerEntry(Object)
LowerKey(Object)
Merge(Object, Object, IBiFunction)
NavigableKeySet()
PollFirstEntry()
PollLastEntry()
PutIfAbsent(Object, Object)
Remove(Object, Object)
Replace(Object, Object)
Replace(Object, Object, Object)
ReplaceAll(IBiFunction)
monoandroid
namespace Java.Util.Concurrent
{
[JavaTypeParameters(new[] { "K", "V" })]
[Register("java/util/concurrent/ConcurrentSkipListMap", DoNotGenerateAcw = true)]
public class ConcurrentSkipListMap : AbstractMap, IJavaObject, IJavaPeerable, ISerializable, ICloneable, IDisposable
{
[Register("computeIfPresent", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "GetComputeIfPresent_Ljava_lang_Object_Ljava_util_function_BiFunction_Handler", ApiSince = 24)]
public virtual Object? ComputeIfPresent(Object? key, IBiFunction? remappingFunction);
}
}
.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