Package com.gpudb
Interface TypeObjectMap.Factory<T>
-
- Type Parameters:
T- the class that the factory creates instances of
- All Known Implementing Classes:
TypeObjectMap.ClassFactory
- Enclosing class:
- TypeObjectMap<T>
public static interface TypeObjectMap.Factory<T>A factory that creates new instances of the specified class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TnewInstance()Creates a new object instance.
-
-
-
Method Detail
-
newInstance
T newInstance()
Creates a new object instance.- Returns:
- the new instance
-
-