Package sudoku
Class Teacher.MemorisedDigitsMsg
- java.lang.Object
-
- sudoku.Teacher.MemorisedDigitsMsg
-
- All Implemented Interfaces:
SharedProtocols.InspectionProtocol
,Teacher.Protocol
- Enclosing class:
- Teacher
public static class Teacher.MemorisedDigitsMsg extends Object implements Teacher.Protocol, SharedProtocols.InspectionProtocol
Reply for a request for memorised Digits and Masks by the Player. Memory is represented by a HashMap, where a key is (global) tableId, and value is a Pair of Digit and Mask.
-
-
Field Summary
Fields Modifier and Type Field Description Map<Integer,Pair<Integer,Boolean>>
_memorisedDigits
int
_requestedPlayerId
-