SparseArray
SparseArray()
SparseArray(Int32)
SparseArray(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
Append(Int32, Object)
Clear()
Clone()
Contains(Int32)
ContentEquals(SparseArray)
ContentHashCode()
Delete(Int32)
Get(Int32)
Get(Int32, Object)
IndexOfKey(Int32)
IndexOfValue(Object)
KeyAt(Int32)
Put(Int32, Object)
Remove(Int32)
RemoveAt(Int32)
RemoveAtRange(Int32, Int32)
Set(Int32, Object)
SetValueAt(Int32, Object)
Size()
ValueAt(Int32)
monoandroid
namespace Android.Util
{
[JavaTypeParameters(new[] { "E" })]
[Register("android/util/SparseArray", DoNotGenerateAcw = true)]
public class SparseArray : Object, IJavaObject, IJavaPeerable, ICloneable, IDisposable
{
[Register("get", "(I)Ljava/lang/Object;", "GetGet_IHandler")]
public virtual Object? Get(int key);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.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