Package | Description |
---|---|
java.lang | |
java.rmi.server | |
java.security | |
java.util |
Modifier and Type | Method and Description |
---|---|
protected Object |
Object.clone()
Default clone() method performs a "shallow" cloning of the instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerCloneException |
Modifier and Type | Method and Description |
---|---|
Object |
UnicastRemoteObject.clone() |
Modifier and Type | Method and Description |
---|---|
Object |
MessageDigest.clone() |
Object |
MessageDigestSpi.clone() |
Object |
SignatureSpi.clone() |
Object |
Signature.clone() |
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractMap.clone()
Returns a new instance of the same class as this instance, whose slots
have been filled in with the values of the slots of this instance.
|