Package org.jivesoftware.smack.util
Interface TypedCloneable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tclone()Clone this instance.
-
-
-
Method Detail
-
clone
T clone()
Clone this instance.- Returns:
- a cloned version of this instance.
-
-