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-2016 Franz Wilhelmstötter (2016-04-24 10:25)