Class PowerEntry
- java.lang.Object
-
- de.tilman_neumann.jml.factor.siqs.powers.PowerEntry
-
- All Implemented Interfaces:
Comparable<PowerEntry>
public class PowerEntry extends Object implements Comparable<PowerEntry>
Auxiliary class that allows to get the powers sorted bottom-up by the power value.
-
-
Constructor Summary
Constructors Constructor Description PowerEntry(int p, int exponent, int power, int t, byte logPower)
-
-
-
Method Detail
-
compareTo
public int compareTo(PowerEntry other)
- Specified by:
compareTo
in interfaceComparable<PowerEntry>
-
-