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
eu.dnetlib.miscutils.factory
Interface Factory<T>
Type Parameters:
T
-
public interface
Factory<T>
Provides a common interface for factory objects.
Author:
marko
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
newInstance
()
returns a new instance.
Method Detail
newInstance
T
newInstance()
returns a new instance.
Returns:
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
Copyright © 2018. All rights reserved.