Package sudoku
Class PlayerMemory.WeightValuePair
- java.lang.Object
-
- sudoku.PlayerMemory.WeightValuePair
-
- All Implemented Interfaces:
Comparable<PlayerMemory.WeightValuePair>
- Enclosing class:
- PlayerMemory
private static class PlayerMemory.WeightValuePair extends Object implements Comparable<PlayerMemory.WeightValuePair>
-
-
Constructor Summary
Constructors Constructor Description WeightValuePair(float weight, int value)
-
-
-
Method Detail
-
compareTo
public int compareTo(PlayerMemory.WeightValuePair p)
- Specified by:
compareTo
in interfaceComparable<PlayerMemory.WeightValuePair>
-
-