Uses of Class
glassfrog.model.Hand

Packages that use Hand
glassfrog.model   
 

Uses of Hand in glassfrog.model
 

Fields in glassfrog.model declared as Hand
private  Hand Dealer.currentHand
           
 

Methods in glassfrog.model that return Hand
 Hand Deck.dealHand(int numPlayers, int numRounds, int[] numPrivateCards, int[] numPublicCards)
          Deals a new hand from the deck.
 

Methods in glassfrog.model with parameters of type Hand
 void Dealer.setCurrentHand(Hand testHand)
          Only used for test purposed, this is a method to create a specific hand