Skip to main content
Package com.gpudb

Interface TypeObjectMap.Factory<T>

Type Parameters:
T - the class that the factory creates instances of
All Known Implementing Classes:
Enclosing class:

public static interface TypeObjectMap.Factory<T>
A factory that creates new instances of the specified class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new object instance.
  • Method Details

    • newInstance

      T newInstance()
      Creates a new object instance.
      Returns:
      the new instance