JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.kdgcommons.lang
Interface ObjectFactory<T>
All Known Subinterfaces:
DefaultMap.ValueFactory
<T>
All Known Implementing Classes:
DefaultMap.StaticValueFactory
public interface
ObjectFactory<T>
An object whose role is producing other objects. This class exists to allow
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
newInstance
()
Returns an instance of the object.
Method Detail
newInstance
T
newInstance()
Returns an instance of the object. Specific implementations may choose to return a new instance or a cached instance.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method