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