public interface NativeArrayContainerFactory<A extends Array,T extends NativeArrayContainer<A>>
Modifier and Type | Method and 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.
|
default T create()