- java.lang.Object
-
- org.quantlib.Path
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Path extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedPath(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleback()voiddelete()protected voidfinalize()doublefront()protected static longgetCPtr(Path obj)longlength()protected static longswigRelease(Path obj)doubletime(long i)doublevalue(long i)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
Path
protected Path(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
swigRelease
protected static long swigRelease(Path obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
length
public long length()
-
value
public double value(long i)
-
front
public double front()
-
back
public double back()
-
time
public double time(long i)
-
-