T - type of arraypublic abstract class NativeArrayContainer<T extends Array> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
NativeArrayContainer(T nativeArray)
Creates the object with native array instance to be wrapped.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
getNativeArray()
Returns the native array instance.
|
String |
toJSON()
Returns the string JSON representation of the array.
|
protected NativeArrayContainer(T nativeArray)
nativeArray - native array instance to be wrapped.