ArraySet.RemoveAt(Int32) Method

Definition

Remove the key/value mapping at the given index.

[Android.Runtime.Register("removeAt", "(I)Ljava/lang/Object;", "", ApiSince=23)]
public Java.Lang.Object? RemoveAt (int index);
[<Android.Runtime.Register("removeAt", "(I)Ljava/lang/Object;", "", ApiSince=23)>]
member this.RemoveAt : int -> Java.Lang.Object

Parameters

index
Int32

The desired index, must be between 0 and #size()-1.

Returns

Object

Returns the value that was stored at this index.

Attributes

Remarks

Java documentation for android.util.ArraySet.removeAt(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