JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD
org.osm2world.core.util.functions
Interface Factory<T>
Type Parameters:
T
- the type of objects created by this factory
All Known Implementing Classes:
DefaultFactory
public interface
Factory<T>
Creates instances of another object type.
Method Summary
Methods
Modifier and Type
Method and Description
T
make
()
creates a new instance
Method Detail
make
T
make()
creates a new instance
Overview
Package
Class
Use
Tree
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD