Uses of Class
sudoku.Pair
-
-
Uses of Pair in sudoku
Fields in sudoku with type parameters of type Pair Modifier and Type Field Description Map<Integer,Pair<Integer,Boolean>>
Teacher.MemorisedDigitsMsg. _memorisedDigits
Constructor parameters in sudoku with type arguments of type Pair Constructor Description MemorisedDigitsMsg(Map<Integer,Pair<Integer,Boolean>> memorisedDigits, int requestedPlayerId)
-