Table of Contents

Class LongSparseArray

Namespace
Android.Util
Assembly
MASES.Netdroid.dll
public class LongSparseArray : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
LongSparseArray
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()
JVMBridgeBase<Cloneable>.Execute<T>(params T[])
JVMBridgeBase<Cloneable>.DynBridgeClazz
JVMBridgeBase<Cloneable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

LongSparseArray()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public LongSparseArray()

LongSparseArray(int)

public LongSparseArray(int arg0)

Parameters

arg0 int

int

LongSparseArray(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public LongSparseArray(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Append(long, object)

public void Append(long arg0, object arg1)

Parameters

arg0 long

long

arg1 object

object

Clear()

public void Clear()

Clone()

public LongSparseArray Clone()

Returns

LongSparseArray

LongSparseArray

Delete(long)

public void Delete(long arg0)

Parameters

arg0 long

long

Get(long)

public object Get(long arg0)

Parameters

arg0 long

long

Returns

object

object

Get(long, object)

public object Get(long arg0, object arg1)

Parameters

arg0 long

long

arg1 object

object

Returns

object

object

IndexOfKey(long)

public int IndexOfKey(long arg0)

Parameters

arg0 long

long

Returns

int

int

IndexOfValue(object)

public int IndexOfValue(object arg0)

Parameters

arg0 object

object

Returns

int

int

KeyAt(int)

public long KeyAt(int arg0)

Parameters

arg0 int

int

Returns

long

long

Put(long, object)

public void Put(long arg0, object arg1)

Parameters

arg0 long

long

arg1 object

object

Remove(long)

public void Remove(long arg0)

Parameters

arg0 long

long

RemoveAt(int)

public void RemoveAt(int arg0)

Parameters

arg0 int

int

SetValueAt(int, object)

public void SetValueAt(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Size()

public int Size()

Returns

int

int

ValueAt(int)

public object ValueAt(int arg0)

Parameters

arg0 int

int

Returns

object

object