ArrayDeque.Clone Method

Definition

Returns a copy of this deque.

[Android.Runtime.Register("clone", "()Ljava/util/ArrayDeque;", "GetCloneHandler")]
public virtual Java.Util.ArrayDeque Clone ();
[<Android.Runtime.Register("clone", "()Ljava/util/ArrayDeque;", "GetCloneHandler")>]
override this.Clone : unit -> Java.Util.ArrayDeque

Returns

a copy of this deque

Attributes

Remarks

Returns a copy of this deque.

Java documentation for java.util.ArrayDeque.clone().

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