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