com.rits.cloning
Class FastClonerCustomCollection<T extends Collection>

java.lang.Object
  extended by com.rits.cloning.FastClonerCustomCollection<T>
All Implemented Interfaces:
IFastCloner

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

Author:
kostantinos.kougios 21 May 2009

Constructor Summary
FastClonerCustomCollection()
           
 
Method Summary
 Object clone(Object t, Cloner 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

FastClonerCustomCollection

public FastClonerCustomCollection()
Method Detail

getInstance

public abstract T getInstance()

clone

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


Copyright © 2010. All Rights Reserved.