Vector.Get(Int32) Method

Definition

Returns the element at the specified position in this Vector.

[Android.Runtime.Register("get", "(I)Ljava/lang/Object;", "GetGet_IHandler")]
public override Java.Lang.Object? Get (int index);
[<Android.Runtime.Register("get", "(I)Ljava/lang/Object;", "GetGet_IHandler")>]
override this.Get : int -> Java.Lang.Object

Parameters

index
Int32

index of the element to return

Returns

object at the specified index

Implements

Attributes

Exceptions

if location = size().

Remarks

Returns the element at the specified position in this Vector.

Added in 1.2.

Java documentation for java.util.Vector.get(int).

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

See also