Package com.rits.cloning
Interface IFastCloner
-
- All Known Implementing Classes:
FastClonerArrayList,FastClonerArrayListSubList,FastClonerCalendar,FastClonerConcurrentHashMap,FastClonerConcurrentLinkedQueue,FastClonerCustomCollection,FastClonerCustomMap,FastClonerEnumMap,FastClonerHashMap,FastClonerHashSet,FastClonerLinkedHashMap,FastClonerLinkedHashSet,FastClonerLinkedList,FastClonerListOf12,FastClonerSetOf12,FastClonerTreeMap,FastClonerTreeSet
public interface IFastClonerallows a custom cloner to be created for a specific class. (it has to be registered with Cloner)- Author:
- kostantinos.kougios 21 May 2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone(Object t, IDeepCloner cloner, Map<Object,Object> clones)
-