- java.lang.Object
-
- org.quantlib.TimeGrid
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class TimeGrid extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description TimeGrid()TimeGrid(double end, long steps)protectedTimeGrid(long cPtr, boolean cMemoryOwn)TimeGrid(DoubleVector times)TimeGrid(DoubleVector times, long steps)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()doubledt(long i)doubleelementAt(long i)protected voidfinalize()protected static longgetCPtr(TimeGrid obj)longgetSize()protected static longswigRelease(TimeGrid obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
TimeGrid
protected TimeGrid(long cPtr, boolean cMemoryOwn)
-
TimeGrid
public TimeGrid()
-
TimeGrid
public TimeGrid(double end, long steps)
-
TimeGrid
public TimeGrid(DoubleVector times)
-
TimeGrid
public TimeGrid(DoubleVector times, long steps)
-
-