Uses of Class
sudoku.Hints

Uses of Hints in sudoku
 

Methods in sudoku that return Hints
 Hints Field.hintValue(int i)
          The hint value is one of NO_HINT, ONE_HINT, or TWO_HINT and should be displayed if hints are enabled.
static Hints Hints.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Hints[] Hints.values()
          Returns an array containing the constants of this enum type, in the order they are declared.