ConcurrentSkipListMap.Clone Method

Definition

Returns a shallow copy of this ConcurrentSkipListMap instance.

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

Returns

ConcurrentSkipListMap

a shallow copy of this map

Attributes

Remarks

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