Interface Factory<T>


public interface Factory<T>
An object which produces another object.
Author:
David M. Lloyd
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Create the object.
  • Method Details

    • create

      T create()
      Create the object.
      Returns:
      the object