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 Detail

      • newInstance

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