Package com.rits.cloning
Class FastClonerCustomCollection<T extends Collection>
- java.lang.Object
-
- com.rits.cloning.FastClonerCustomCollection<T>
-
- All Implemented Interfaces:
IFastCloner
public abstract class FastClonerCustomCollection<T extends Collection> extends Object implements IFastCloner
-
-
Constructor Summary
Constructors Constructor Description FastClonerCustomCollection()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Object
clone(Object t, IDeepCloner cloner, Map<Object,Object> clones)
abstract T
getInstance(T o)
-
-
-
Method Detail
-
clone
public Object clone(Object t, IDeepCloner cloner, Map<Object,Object> clones)
- Specified by:
clone
in interfaceIFastCloner
-
-