T - The data type of the object this Factory creates.public interface Factory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
create()
Create a new object of the specified type.
|
T create()
Copyright © 2010–2020 meanbean. All rights reserved.