- java.lang.Object
-
- org.quantlib.DayCounter
-
- org.quantlib.SimpleDayCounter
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class SimpleDayCounter extends DayCounter implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.DayCounter
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description SimpleDayCounter()protectedSimpleDayCounter(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(SimpleDayCounter obj)protected static longswigRelease(SimpleDayCounter obj)-
Methods inherited from class org.quantlib.DayCounter
dayCount, equals, getCPtr, name, swigRelease, toString, unEquals, yearFraction, yearFraction, yearFraction
-
-
-
-
Constructor Detail
-
SimpleDayCounter
protected SimpleDayCounter(long cPtr, boolean cMemoryOwn)
-
SimpleDayCounter
public SimpleDayCounter()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SimpleDayCounter obj)
-
swigRelease
protected static long swigRelease(SimpleDayCounter obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classDayCounter
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classDayCounter
-
-