Číst v angličtině

Sdílet prostřednictvím


TreeSet.Clone Method

Definition

Returns a shallow copy of this TreeSet instance.

[Android.Runtime.Register("clone", "()Ljava/lang/Object;", "GetCloneHandler")]
public virtual Java.Lang.Object? Clone();

Returns

a shallow copy of this set

Attributes

Remarks

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

Produkt Verze
.NET for Android .NET for Android API 34, .NET for Android API 35, .NET for Android API 36

See also