Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Java.Util
  3. Hashtable
  4. Size()
  • 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
    {
        [Register("size", "()I", "GetSizeHandler")]
        public override int Size();
    }
}
.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
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙