public interface SensibleClone<T extends SensibleClone<T>> extends 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()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.