- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.Index
-
- org.quantlib.InflationIndex
-
- org.quantlib.YoYInflationIndex
-
- org.quantlib.YYFRHICP
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class YYFRHICP extends YoYInflationIndex implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description YYFRHICP(boolean interpolated)YYFRHICP(boolean interpolated, YoYInflationTermStructureHandle h)protectedYYFRHICP(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(YYFRHICP obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.YoYInflationIndex
clone, getCPtr, ratio, underlyingIndex, yoyInflationTermStructure
-
Methods inherited from class org.quantlib.InflationIndex
availabilityLag, currency, familyName, frequency, getCPtr, interpolated, region, revised
-
Methods inherited from class org.quantlib.Index
addFixing, addFixing, addFixings, addFixings, clearFixings, fixing, fixing, fixingCalendar, getCPtr, hasHistoricalFixing, isValidFixingDate, name, timeSeries, toString
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
YYFRHICP
protected YYFRHICP(long cPtr, boolean cMemoryOwn)
-
YYFRHICP
public YYFRHICP(boolean interpolated, YoYInflationTermStructureHandle h)
-
YYFRHICP
public YYFRHICP(boolean interpolated)
-
-
Method Detail
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classYoYInflationIndex
-
finalize
protected void finalize()
- Overrides:
finalizein classYoYInflationIndex
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classYoYInflationIndex
-
-