public abstract class GCJInstantiatorBase<T> extends Object implements ObjectInstantiator<T>
| Constructor and Description | 
|---|
GCJInstantiatorBase(Class<T> type)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract T | 
newInstance()
Returns a new instance of an object. 
 | 
public abstract T newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiator<T>Copyright © 2006–2024 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.