|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectIntPair
public class IntPair
| Constructor Summary | |
|---|---|
IntPair()
|
|
IntPair(int i1,
int i2)
|
|
| Method Summary | |
|---|---|
int |
getFirst()
|
int |
getSecond()
|
void |
setValues(int i1,
int i2)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntPair(int i1,
int i2)
public IntPair()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic int getFirst()
public int getSecond()
public void setValues(int i1,
int i2)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||