public interface CopyableComponent<T extends Component>
Modifier and Type | Method and Description |
---|---|
T |
copy()
Copies this component.
|
T copy()
Object.clone()
.
The 'depth' of the copy should be determined by the user.Copyright © 2018. All rights reserved.