public class Android18Instantiator<T> extends java.lang.Object implements ObjectInstantiator<T>
newInstance now takes a long in parameter| Constructor and Description |
|---|
Android18Instantiator(java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
newInstance()
Returns a new instance of an object.
|
public Android18Instantiator(java.lang.Class<T> type)
public T newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiator<T>