Interface AdsConnector.InstanceCreator<T>
-
- Type Parameters:
T- the type of the instance
- Enclosing class:
- AdsConnector<CO,CI>
public static interface AdsConnector.InstanceCreator<T>Creates instances.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(int size)Creates an instance.
-
-
-
Method Detail
-
create
T create(int size)
Creates an instance.- Parameters:
size- the size for array instances, ignored for usual objects- Returns:
- the created instance
-
-