Vector.ElementData Property

Definition

The array buffer into which the components of the vector are stored.

[Android.Runtime.Register("elementData")]
protected System.Collections.Generic.IList<Java.Lang.Object>? ElementData { get; set; }
[<Android.Runtime.Register("elementData")>]
member this.ElementData : System.Collections.Generic.IList<Java.Lang.Object> with get, set

Property Value

Attributes

Remarks

The array buffer into which the components of the vector are stored. The capacity of the vector is the length of this array buffer, and is at least large enough to contain all the vector's elements.

Any array elements following the last element in the Vector are null.

Java documentation for java.util.Vector.elementData.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to