public class IntegerPair
extends java.lang.Object
| Constructor and Description |
|---|
IntegerPair() |
IntegerPair(int i1,
int i2) |
| Modifier and Type | Method and Description |
|---|---|
int |
getI1() |
int |
getI2() |
void |
setI1(int i1) |
void |
setI2(int i2) |