org.deegree.commons.utils
Class DoublePair

java.lang.Object
  extended by org.deegree.commons.utils.Pair<Double,Double>
      extended by org.deegree.commons.utils.DoublePair

public class DoublePair
extends Pair<Double,Double>

DoublePair

Version:
$Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Field Summary
 
Fields inherited from class org.deegree.commons.utils.Pair
first, second
 
Constructor Summary
DoublePair()
           
DoublePair(double a, double b)
           
 
Method Summary
 
Methods inherited from class org.deegree.commons.utils.Pair
equals, getFirst, getSecond, hashCode, hasNull, isNull, setFirst, setSecond, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoublePair

public DoublePair()

DoublePair

public DoublePair(double a,
                  double b)
Parameters:
a -
b -


Copyright © 2011. All Rights Reserved.