public class UInt_Pair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
UInt_Pair() |
protected |
UInt_Pair(long cPtr,
boolean cMemoryOwn) |
|
UInt_Pair(long first,
int second) |
|
UInt_Pair(UInt_Pair p) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(UInt_Pair obj) |
long |
getFirst() |
int |
getSecond() |
void |
setFirst(long value) |
void |
setSecond(int value) |
protected UInt_Pair(long cPtr, boolean cMemoryOwn)
public UInt_Pair()
public UInt_Pair(long first, int second)
public UInt_Pair(UInt_Pair p)
protected static long getCPtr(UInt_Pair obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setFirst(long value)
public long getFirst()
public void setSecond(int value)
public int getSecond()