Class PrototypeFactory.PrototypeCloneFactory<T>
- java.lang.Object
-
- org.apache.commons.collections4.functors.PrototypeFactory.PrototypeCloneFactory<T>
-
- All Implemented Interfaces:
Factory<T>
- Enclosing class:
- PrototypeFactory
static class PrototypeFactory.PrototypeCloneFactory<T> extends Object implements Factory<T>
PrototypeCloneFactory creates objects by copying a prototype using the clone method.