Uses of Interface
org.ninm.games.cardgames.Deck

Packages that use Deck
org.ninm.games.cardgames This package contains all the interfaces for a card game. 
org.ninm.games.cardgames.belot This package contains the implementation of the Belot card game 
org.ninm.games.cardgames.common Common classes and utilties used by card games. 
 

Uses of Deck in org.ninm.games.cardgames
 

Methods in org.ninm.games.cardgames that return Deck
 Deck CardGame.getDeck()
          returns the deck used to play this game
 

Uses of Deck in org.ninm.games.cardgames.belot
 

Fields in org.ninm.games.cardgames.belot declared as Deck
private  Deck Belot.m_deck
           
 

Methods in org.ninm.games.cardgames.belot that return Deck
 Deck Belot.getDeck()
           
 

Constructors in org.ninm.games.cardgames.belot with parameters of type Deck
Belot(Deck deck)
           
 

Uses of Deck in org.ninm.games.cardgames.common
 

Classes in org.ninm.games.cardgames.common that implement Deck
 class DefaultDeck
          This class implements a standard 54 card deck (contains two jokers)
 


SourceForge.net Logo