Interface NativeArrayContainerFactory<A extends Array,T extends NativeArrayContainer<A>>
-
- All Known Implementing Classes:
FloatingDataFactory
public interface NativeArrayContainerFactory<A extends Array,T extends NativeArrayContainer<A>>
Interface to be implemented to load elements from an array of native array.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default T
create()
Creates a native array container instance by an empty native array.T
create(A nativeArray)
Creates a native array container instance by a native array.
-
-
-
Method Detail
-
create
default T create()
Creates a native array container instance by an empty native array.- Returns:
- native array container element instance
-
-