Uses of Class
sudoku.SolutionType

Uses of SolutionType in sudoku
 

Methods in sudoku that return SolutionType
static SolutionType SolutionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SolutionType[] SolutionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static SolutionType PlayEngine.verify(Field f)
          Play out the argument field to see if it is solvable.