| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
Thread.clone()
Throws CloneNotSupportedException as a Thread can not be meaningfully
cloned.
|
protected Object |
Object.clone()
Creates and returns a copy of this object.
|
protected Object |
Enum.clone()
Throws CloneNotSupportedException.
|
Copyright © 2025 API Design. All Rights Reserved.