org.jcurl.math
Class CurveCombined.Part<U extends R1RNFunction>
java.lang.Object
java.lang.Number
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
CurveCombined.Part
public CurveCombined.Part(double t0,
U f)
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.