The members of Java.Util.ArrayList are listed below.
See Also: Inherited members from Java.Util.AbstractList
Constructs a new ArrayList instance with zero initial capacity. | ||
Documentation for this section has not yet been entered. | ||
Constructs a new instance of ArrayList with the specified initial capacity. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clone()Returns a new ArrayList with the same elements, the same size and the same capacity as this ArrayList. | ||
EnsureCapacity(int)Ensures that after this operation the ArrayList can hold the specified number of elements without further growing. | ||
override | Get(int)Returns the element at the specified location in this list. | |
override | Size()Returns the number of elements in this ArrayList. | |
TrimToSize()Sets the capacity of this ArrayList to be the same as the current size. |