Holger's
Java API

Uses of Class
com.antelmann.game.card.Card

Packages that use Card
com.antelmann.game.card This package contains classes to serve card games and also includes a full implementation of BlackJack. 
 

Uses of Card in com.antelmann.game.card
 

Methods in com.antelmann.game.card that return Card
 Card BlackJack.getOpenDealerCard()
           
 Card CardDeck.takeCard()
           
 

Methods in com.antelmann.game.card that return types with arguments of type Card
 Vector<Card> BlackJack.getDealerCards()
           
 

Methods in com.antelmann.game.card with parameters of type Card
 void CardDeck.addCard(Card c)
           
static int BlackJack.getCardValue(Card card, boolean softCount)
           
 boolean Card.sameRank(Card c)
           
 boolean Card.sameSuit(Card c)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads