public abstract class NativeArrayDoubleContainer extends NativeArrayContainer<ArrayDouble>
| Modifier | Constructor and Description |
|---|---|
protected |
NativeArrayDoubleContainer(ArrayDouble nativeArray)
Creates the object with native double array instance to be wrapped.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear()
Removes all of the elements from this array.
|
protected void |
push(double... items)
Adds an array of elements to the end of an array.
|
getNativeArray, toJSONprotected NativeArrayDoubleContainer(ArrayDouble nativeArray)
nativeArray - native double array instance to be wrapped.protected final void clear()
protected final void push(double... items)
items - an array of elements to add to the end of the array.