Package | Description |
---|---|
java.lang |
Contains core language classes.
|
java.util |
Contains utility classes including the collections framework and date manipulation.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
Object.clone()
Creates and returns a copy of this object.
|
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. |