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 XMutableCell
MySudoku.firstCell
(package private) final XMutableCell
MySudoku.lastCell
(package private) final XMutableCell
XMutableCell.nextCell
Fields in algs13.xbacktrack.xsudoku with type parameters of type XMutableCellMethods in algs13.xbacktrack.xsudoku that return XMutableCellModifier and TypeMethodDescriptionprivate XMutableCell
MySudoku.findNextMove
(XMutableCell current) Methods in algs13.xbacktrack.xsudoku with parameters of type XMutableCellModifier and TypeMethodDescriptionboolean
MySudoku.advance
(XMutableCell previous) private XMutableCell
MySudoku.findNextMove
(XMutableCell current) Method parameters in algs13.xbacktrack.xsudoku with type arguments of type XMutableCellModifier and TypeMethodDescriptionvoid
MySudoku.initialize
(MyBacktrackDriver<XMutableCell> driver) Constructors in algs13.xbacktrack.xsudoku with parameters of type XMutableCell