Uses of Class
com.blackledge.david.game.solitaire.SolitaireGame

Packages that use SolitaireGame
com.blackledge.david.game.solitaire "Headless" Solitaire game. 
 

Uses of SolitaireGame in com.blackledge.david.game.solitaire
 

Methods in com.blackledge.david.game.solitaire with parameters of type SolitaireGame
 void SolitaireMemento.restore(SolitaireGame game)
          set the state of the game to match this Memento.
 

Constructors in com.blackledge.david.game.solitaire with parameters of type SolitaireGame
SolitaireMemento(SolitaireGame game)
          Store the state of the supplied game for later restoration.