JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
design.pattern.creational
Interface Prototype
All Superinterfaces:
Cloneable
public interface
Prototype
extends
Cloneable
Prototype
will be used when the object creation is costly or not possible, so we implement
Cloneable
as well and clone the object