com.rits.cloning
Class FastClonerCustomMap<T extends Map>

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

public abstract class FastClonerCustomMap<T extends Map>
extends Object
implements IFastCloner

Author:
kostantinos.kougios 21 May 2009

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

Constructor Detail

FastClonerCustomMap

public FastClonerCustomMap()
Method Detail

clone

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

getInstance

protected abstract T getInstance()


Copyright © 2010. All Rights Reserved.