|
|||||||||
| Home >> All >> com >> port80 >> util >> [ struct overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.util.struct
Class IntPair

java.lang.Objectcom.port80.util.struct.IntPair
- public class IntPair
- extends java.lang.Object
Wrapper class to hold two values.
| Field Summary | |
int |
first
|
int |
second
|
| Constructor Summary | |
IntPair()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
first
public int first
second
public int second
| Constructor Detail |
IntPair
public IntPair()
|
|||||||||
| Home >> All >> com >> port80 >> util >> [ struct overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.util.struct.IntPair