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 booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description doubleArray(int nelements)protecteddoubleArray(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SWIGTYPE_p_doublecast()voiddelete()protected voidfinalize()static doubleArrayfrompointer(SWIGTYPE_p_double t)protected static longgetCPtr(doubleArray obj)doublegetitem(int index)voidsetitem(int index, double value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(doubleArray obj)
-
finalize
protected void finalize()
- Overrides:
finalizein 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)
-
-