Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.util.struct
Class DoublePair  view DoublePair download DoublePair.java

java.lang.Object
  extended bycom.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)