- java.lang.Object
-
- org.quantlib.TimeBasket
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class TimeBasket extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description TimeBasket()protectedTimeBasket(long cPtr, boolean cMemoryOwn)TimeBasket(DateVector arg0, DoubleVector arg1)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(TimeBasket obj)TimeBasketrebin(DateVector arg0)longsize()protected static longswigRelease(TimeBasket obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
TimeBasket
protected TimeBasket(long cPtr, boolean cMemoryOwn)
-
TimeBasket
public TimeBasket()
-
TimeBasket
public TimeBasket(DateVector arg0, DoubleVector arg1)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(TimeBasket obj)
-
swigRelease
protected static long swigRelease(TimeBasket obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
size
public long size()
-
rebin
public TimeBasket rebin(DateVector arg0)
-
-