public class Factory extends Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
createInstance(Class<T> type,
int sizeIfArray) |
static <T> T |
createInstance(String typeName) |
Copyright © 2013–2017 impossibl.com. All rights reserved.