- java.lang.Object
-
- org.xmlobjects.util.copy.AbstractCloner<T>
-
- org.xmlobjects.util.copy.CollectionCloner<ChildList>
-
- org.xmlobjects.util.copy.ChildListCloner
-
public class ChildListCloner extends CollectionCloner<ChildList>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildListnewInstance(ChildList object, boolean shallowCopy)-
Methods inherited from class org.xmlobjects.util.copy.CollectionCloner
copy
-
Methods inherited from class org.xmlobjects.util.copy.AbstractCloner
deepCopy
-
-
-
-
Method Detail
-
newInstance
public ChildList newInstance(ChildList object, boolean shallowCopy)
- Overrides:
newInstancein classCollectionCloner<ChildList>
-
-