Uses of Class
dev.vality.machinegun.base.Rational
| Package | Description |
|---|---|
| dev.vality.machinegun.base |
-
Uses of Rational in dev.vality.machinegun.base
Methods in dev.vality.machinegun.base that return Rational Modifier and Type Method Description RationalRational. deepCopy()RationalRational. setP(long p)RationalRational. setQ(long q)Methods in dev.vality.machinegun.base with parameters of type Rational Modifier and Type Method Description intRational. compareTo(Rational other)booleanRational. equals(Rational that)Constructors in dev.vality.machinegun.base with parameters of type Rational Constructor Description Rational(Rational other)Performs a deep copy on other.