public class SnapshotBoard extends Object implements Board
Board that is used to
capture state at some point in time.| Constructor and Description |
|---|
SnapshotBoard(Board board)
Creates a new
SnapshotBoard based on the state of the
given Board. |
public SnapshotBoard(Board board)
SnapshotBoard based on the state of the
given Board.board - the Board to snapshotCopyright © 2013. All Rights Reserved.