Factory.getInstance

Returns an instance of the required type. The implementation determines whether or not a new or cached instance is created every time this method is called.

@return an instance of the required type.

interface Factory(T)
T
getInstance
()

Meta