public interface Copyable<T>
Cloneable interface which seems to be very controversial.| Modifier and Type | Method and Description |
|---|---|
T |
copy(T other)
Takes a new 'empty' object and sets all its fields by copying by value.
|
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.