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-2014 Franz Wilhelmstötter (2014-12-28 10:45)