- java.lang.Object
-
- org.quantlib.UnsignedIntPair
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class UnsignedIntPair extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description UnsignedIntPair()protectedUnsignedIntPair(long cPtr, boolean cMemoryOwn)UnsignedIntPair(long first, long second)UnsignedIntPair(UnsignedIntPair other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(UnsignedIntPair obj)longgetFirst()longgetSecond()voidsetFirst(long value)voidsetSecond(long value)protected static longswigRelease(UnsignedIntPair obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
UnsignedIntPair
protected UnsignedIntPair(long cPtr, boolean cMemoryOwn)
-
UnsignedIntPair
public UnsignedIntPair()
-
UnsignedIntPair
public UnsignedIntPair(long first, long second)
-
UnsignedIntPair
public UnsignedIntPair(UnsignedIntPair other)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(UnsignedIntPair obj)
-
swigRelease
protected static long swigRelease(UnsignedIntPair obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
setFirst
public void setFirst(long value)
-
getFirst
public long getFirst()
-
setSecond
public void setSecond(long value)
-
getSecond
public long getSecond()
-
-