Interface Factory<E>


  • public interface Factory<E>
    a factory for type E
    Version:
    4.8
    • Method Detail

      • newInstance

        E newInstance()
        method to call to get a new instance of the type E
        Returns:
        a new instance of E