| Package | Description |
|---|---|
| java.lang | |
| java.util |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
Object.clone()
Creates and returns a copy of this object.
|
protected Object |
Enum.clone()
Throws CloneNotSupportedException.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractMap.clone()
Returns a shallow copy of this AbstractMap instance: the keys
and values themselves are not cloned.
|
Copyright © 2013 API Design. All Rights Reserved.