public class GCJInstantiator<T> extends GCJInstantiatorBase<T>
ObjectInstantiatortype| Constructor and Description |
|---|
GCJInstantiator(java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
newInstance()
Returns a new instance of an object.
|
public GCJInstantiator(java.lang.Class<T> type)
public T newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiator<T>newInstance in class GCJInstantiatorBase<T>