public interface SensibleClone<T extends SensibleClone<T>>
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
T |
sensibleClone()
Like Object.clone but sensible; in particular, public and declared to return
the right type.
|
T sensibleClone()