- java.lang.Object
-
- org.quantlib.Array
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Array extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()doubleget(long i)protected static longgetCPtr(Array obj)voidset(long i, double x)longsize()protected static longswigRelease(Array obj)StringtoString()
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-