JavaScript is disabled on your browser.
Skip navigation links
WildFly Common 1.7.0.Final
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.wildfly.common
Interface Factory<T>
public interface
Factory<T>
An object which produces another object.
Author:
David M. Lloyd
See Also:
Supplier
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
create
()
Create the object.
Method Details
create
T
create
()
Create the object.
Returns:
the object