org.jcurl.math
Class CurveCombined.Part<U extends R1RNFunction>

Package class diagram package CurveCombined.Part
java.lang.Object
  extended by java.lang.Number
      extended by org.jcurl.math.CurveCombined.Part<U>
All Implemented Interfaces:
Serializable, Comparable<Number>, Map.Entry<Double,U>
Enclosing class:
CurveCombined<T extends R1RNFunction>

public static class CurveCombined.Part<U extends R1RNFunction>
extends Number
implements Map.Entry<Double,U>, Comparable<Number>

One segment of the combined curve.

Version:
$Id: CurveCombined.java 1031 2009-07-23 15:06:05Z mro $
Author:
M. Rohrmoser
See Also:
Serialized Form

Constructor Summary
CurveCombined.Part(double t0, U f)
           
 
Method Summary
 int compareTo(Number o2)
           
 double doubleValue()
           
 float floatValue()
           
 Double getKey()
           
 U getValue()
           
 int intValue()
           
 long longValue()
           
 U setValue(U value)
           
 String toString()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

CurveCombined.Part

public CurveCombined.Part(double t0,
                          U f)
Method Detail

compareTo

public int compareTo(Number o2)
Specified by:
compareTo in interface Comparable<Number>

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Number

floatValue

public float floatValue()
Specified by:
floatValue in class Number

getKey

public Double getKey()
Specified by:
getKey in interface Map.Entry<Double,U extends R1RNFunction>

getValue

public U getValue()
Specified by:
getValue in interface Map.Entry<Double,U extends R1RNFunction>

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

setValue

public U setValue(U value)
Specified by:
setValue in interface Map.Entry<Double,U extends R1RNFunction>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2009 jcurl.org. All Rights Reserved.