E - the type of objects produced by the factorypublic interface Factory<E>
Factory provides a generic interface for object
creation of a specified type. The interface specifies a single
method, create(), which returns an object of the factory's
type.E create()
Copyright © 2016 Alias-i, Inc.. All rights reserved.