public class InflateData2 extends Object implements Comparable<InflateData2>
Constructor and Description |
---|
InflateData2(double pos,
double inflation) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(InflateData2 other) |
double |
getInflation() |
double |
getPos() |
double |
inflateAt(double v) |
String |
toString() |
public final double getPos()
public final double getInflation()
public int compareTo(InflateData2 other)
compareTo
in interface Comparable<InflateData2>
public double inflateAt(double v)
Copyright © 2014. All Rights Reserved.