Uses of Class
algs13.xbacktrack.xsudoku.XMutableCell
Packages that use XMutableCell
-
Uses of XMutableCell in algs13.xbacktrack.xsudoku
Fields in algs13.xbacktrack.xsudoku declared as XMutableCellModifier and TypeFieldDescription(package private) final XMutableCellMySudoku.firstCell(package private) final XMutableCellMySudoku.lastCell(package private) final XMutableCellXMutableCell.nextCellFields in algs13.xbacktrack.xsudoku with type parameters of type XMutableCellMethods in algs13.xbacktrack.xsudoku that return XMutableCellModifier and TypeMethodDescriptionprivate XMutableCellMySudoku.findNextMove(XMutableCell current) Methods in algs13.xbacktrack.xsudoku with parameters of type XMutableCellModifier and TypeMethodDescriptionbooleanMySudoku.advance(XMutableCell previous) private XMutableCellMySudoku.findNextMove(XMutableCell current) Method parameters in algs13.xbacktrack.xsudoku with type arguments of type XMutableCellModifier and TypeMethodDescriptionvoidMySudoku.initialize(MyBacktrackDriver<XMutableCell> driver) Constructors in algs13.xbacktrack.xsudoku with parameters of type XMutableCell