T - the type of the copied objectpublic interface Copyable<T>
T.
Typically, classes which implement this interface, are able to create a copy
from itself.| Modifier and Type | Method and Description |
|---|---|
T |
copy()
Return a new copy of type
T. |
© 2007-2017 Franz Wilhelmstötter (2017-04-28 16:50)