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