Package io.tiledb.libtiledb
Class doubleArray
- java.lang.Object
-
- io.tiledb.libtiledb.doubleArray
-
public class doubleArray extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description doubleArray(int nelements)
protected
doubleArray(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SWIGTYPE_p_double
cast()
void
delete()
protected void
finalize()
static doubleArray
frompointer(SWIGTYPE_p_double t)
protected static long
getCPtr(doubleArray obj)
double
getitem(int index)
void
setitem(int index, double value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(doubleArray obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
getitem
public double getitem(int index)
-
setitem
public void setitem(int index, double value)
-
cast
public SWIGTYPE_p_double cast()
-
frompointer
public static doubleArray frompointer(SWIGTYPE_p_double t)
-
-