Package org.kie.camel.embedded.component
Class FastCloner.FastClonerLinkedList
- java.lang.Object
-
- org.kie.camel.embedded.component.FastCloner.FastClonerLinkedList
-
- All Implemented Interfaces:
FastCloner.IFastCloner
- Enclosing class:
- FastCloner
public static class FastCloner.FastClonerLinkedList extends Object implements FastCloner.IFastCloner
-
-
Constructor Summary
Constructors Constructor Description FastClonerLinkedList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone(Object t, FastCloner cloner, Map<Object,Object> clones)
-
-
-
Method Detail
-
clone
public Object clone(Object t, FastCloner cloner, Map<Object,Object> clones) throws IllegalAccessException
- Specified by:
clonein interfaceFastCloner.IFastCloner- Throws:
IllegalAccessException
-
-