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.| Modifier and Type | Method and Description |
|---|---|
E |
create()
Return an instance created by this factory.
|
E create()
Copyright © 2019 Alias-i, Inc.. All rights reserved.