|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.util.Cloner
public class Cloner
Class Cloner creates a clone of given object,
which should implement interface Copyable
| Constructor Summary | |
|---|---|
Cloner()
|
|
| Method Summary | ||
|---|---|---|
static
|
clone(T pattern)
Method creates a clone of given object pattern Pattern parameter should implement |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cloner()
| Method Detail |
|---|
public static <T extends Copyable> T clone(T pattern)
pattern - represents object, which will be cloned. Should implement Copyable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||