|
|||||||||
| 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 DoublePair

java.lang.Objectcom.port80.util.struct.DoublePair
- public class DoublePair
- extends java.lang.Object
Wrapper class to hold two values.
| Field Summary | |
double |
first
|
double |
second
|
| Constructor Summary | |
DoublePair(double a1,
double a2)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
first
public double first
second
public double second
| Constructor Detail |
DoublePair
public DoublePair(double a1,
double a2)
|
|||||||||
| 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.DoublePair