Android.Runtime.JavaList Members

The members of Android.Runtime.JavaList are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new ArrayList instance with zero initial capacity.
Documentation for this section has not yet been entered.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.
[read-only]
IsEmptybool. Documentation for this section has not yet been entered.
[read-only]
IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
IsSynchronizedbool. Documentation for this section has not yet been entered.
default property
Item(int)object. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject. Documentation for this section has not yet been entered.

Public Methods

Add(JavaList) : bool
Documentation for this section has not yet been entered.
Add(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
Add(object) : int
Documentation for this section has not yet been entered.
Add(int, Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
AddAll(int, JavaList) : bool
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Contains(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
Contains(object) : bool
Documentation for this section has not yet been entered.
ContainsAll(JavaList) : bool
Documentation for this section has not yet been entered.
CopyTo(Array, int)
Documentation for this section has not yet been entered.
Equals(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
static
FromJniHandle(IntPtr, JniHandleOwnership) : IList
Documentation for this section has not yet been entered.
Get(int) : Java.Lang.Object
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
IndexOf(Java.Lang.Object) : int
Documentation for this section has not yet been entered.
IndexOf(object) : int
Documentation for this section has not yet been entered.
Insert(int, object)
Documentation for this section has not yet been entered.
Iterator() : Java.Util.IIterator
Documentation for this section has not yet been entered.
LastIndexOf(object) : int
Documentation for this section has not yet been entered.
Remove(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
Remove(int) : Java.Lang.Object
Documentation for this section has not yet been entered.
Remove(object)
Documentation for this section has not yet been entered.
RemoveAll(JavaList) : bool
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.
RetainAll(JavaList) : bool
Documentation for this section has not yet been entered.
Set(int, Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
Size() : int
Documentation for this section has not yet been entered.
SubList(int, int) : JavaList
Documentation for this section has not yet been entered.
ToArray() : Java.Lang.Object[]
Documentation for this section has not yet been entered.
ToArray(Java.Lang.Object[]) : Java.Lang.Object[]
Documentation for this section has not yet been entered.
static
ToLocalJniHandle(IList) : IntPtr
Documentation for this section has not yet been entered.