Android.Runtime.JavaList: Method Members

The methods of Android.Runtime.JavaList are listed below. For a list of all members, see the JavaList Members list.

See Also: Inherited members from Java.Lang.Object

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.