Java.Util.ArrayList Members

The members of Java.Util.ArrayList are listed below.

See Also: Inherited members from Java.Util.AbstractList

Public Constructors

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.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clone() : Java.Lang.Object
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) : Java.Lang.Object
Returns the element at the specified location in this list.
override
Size() : int
Returns the number of elements in this ArrayList.
TrimToSize()
Sets the capacity of this ArrayList to be the same as the current size.