org.drools.camel.component
Class FastCloner.FastClonerCustomCollection<T extends Collection>

java.lang.Object
  extended by org.drools.camel.component.FastCloner.FastClonerCustomCollection<T>
All Implemented Interfaces:
FastCloner.IFastCloner
Enclosing class:
FastCloner

public abstract static class FastCloner.FastClonerCustomCollection<T extends Collection>
extends Object
implements FastCloner.IFastCloner


Constructor Summary
FastCloner.FastClonerCustomCollection()
           
 
Method Summary
 Object clone(Object t, FastCloner cloner, Map<Object,Object> clones)
           
abstract  T getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastCloner.FastClonerCustomCollection

public FastCloner.FastClonerCustomCollection()
Method Detail

getInstance

public abstract T getInstance()

clone

public Object clone(Object t,
                    FastCloner cloner,
                    Map<Object,Object> clones)
             throws IllegalAccessException
Specified by:
clone in interface FastCloner.IFastCloner
Throws:
IllegalAccessException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.