The members of Android.Runtime.JavaList are listed below.
See Also: Inherited members from Java.Lang.Object
JavaList() | 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. |
[read-only] | Count | int. Documentation for this section has not yet been entered. |
[read-only] | IsEmpty | bool. Documentation for this section has not yet been entered. |
[read-only] | IsFixedSize | bool. Documentation for this section has not yet been entered. |
[read-only] | IsReadOnly | bool. Documentation for this section has not yet been entered. |
[read-only] | IsSynchronized | bool. 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] | SyncRoot | object. Documentation for this section has not yet been entered. |
Add(JavaList)Documentation for this section has not yet been entered. | ||
Add(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Add(object)Documentation for this section has not yet been entered. | ||
Add(int, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
AddAll(int, JavaList)Documentation for this section has not yet been entered. | ||
Clear()Documentation for this section has not yet been entered. | ||
Contains(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Contains(object)Documentation for this section has not yet been entered. | ||
ContainsAll(JavaList)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)Documentation for this section has not yet been entered. | ||
static | FromJniHandle(IntPtr, JniHandleOwnership)Documentation for this section has not yet been entered. | |
Get(int)Documentation for this section has not yet been entered. | ||
GetEnumerator()Documentation for this section has not yet been entered. | ||
IndexOf(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
IndexOf(object)Documentation for this section has not yet been entered. | ||
Insert(int, object)Documentation for this section has not yet been entered. | ||
Iterator()Documentation for this section has not yet been entered. | ||
LastIndexOf(object)Documentation for this section has not yet been entered. | ||
Remove(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Remove(int)Documentation for this section has not yet been entered. | ||
Remove(object)Documentation for this section has not yet been entered. | ||
RemoveAll(JavaList)Documentation for this section has not yet been entered. | ||
RemoveAt(int)Documentation for this section has not yet been entered. | ||
RetainAll(JavaList)Documentation for this section has not yet been entered. | ||
Set(int, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Size()Documentation for this section has not yet been entered. | ||
SubList(int, int)Documentation for this section has not yet been entered. | ||
ToArray()Documentation for this section has not yet been entered. | ||
ToArray(Java.Lang.Object[])Documentation for this section has not yet been entered. | ||
static | ToLocalJniHandle(IList)Documentation for this section has not yet been entered. |