| Constructor and Description |
|---|
Cloneable2() |
| Modifier and Type | Method and Description |
|---|---|
T |
clone2()
Identical with
Object.clone(), but (A) does not declare a CloneNotSupportedException and (B) returns
an object of type T (not Object). |
public final T clone2()
Object.clone(), but (A) does not declare a CloneNotSupportedException and (B) returns
an object of type T (not Object).Copyright © 2016. All rights reserved.