Hashtable
Hashtable()
Hashtable(IDictionary)
Hashtable(Int32)
Hashtable(Int32, Single)
Hashtable(IntPtr, JniHandleOwnership)
IsEmpty
JniPeerMembers
ThresholdClass
ThresholdType
Clear()
Clone()
Compute(Object, IBiFunction)
ComputeIfAbsent(Object, IFunction)
ComputeIfPresent(Object, IBiFunction)
Contains(Object)
ContainsKey(Object)
ContainsValue(Object)
Elements()
EntrySet()
ForEach(IBiConsumer)
Get(Object)
GetOrDefault(Object, Object)
Keys()
KeySet()
Merge(Object, Object, IBiFunction)
Put(Object, Object)
PutAll(IDictionary)
PutIfAbsent(Object, Object)
Rehash()
Remove(Object)
Remove(Object, Object)
Replace(Object, Object)
Replace(Object, Object, Object)
ReplaceAll(IBiFunction)
Size()
Values()
monoandroid
namespace Java.Util
{
[JavaTypeParameters(new[] { "K", "V" })]
[Register("java/util/Hashtable", DoNotGenerateAcw = true)]
public class Hashtable : Dictionary, IJavaObject, IJavaPeerable, ISerializable, ICloneable, IMap, IDisposable
{
public override bool IsEmpty
{
[Register("isEmpty", "()Z", "GetIsEmptyHandler")]
get;
}
}
}
.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