EnumMap.Clone Method

Definition

Returns a shallow copy of this enum map.

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

Returns

a shallow copy of this enum map

Attributes

Remarks

Java documentation for java.util.EnumMap.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