|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Suit | |
inonit.domain.game.card | A set of classes representing constructs commonly used in card games. |
inonit.domain.game.card.hearts | Classes related to the card game Hearts. |
Uses of Suit in inonit.domain.game.card |
Fields in inonit.domain.game.card declared as Suit | |
static Suit |
Suit.CLUBS
|
static Suit |
Suit.DIAMONDS
|
static Suit |
Suit.SPADES
|
static Suit |
Suit.HEARTS
|
Methods in inonit.domain.game.card that return Suit | |
Suit |
Card.getSuit()
Returns the Suit of this Card . |
Methods in inonit.domain.game.card with parameters of type Suit | |
CardArray |
CardArray.get(Suit suit)
Returns a CardArray containing the Card s in this CardArray which are of the given
Suit . |
int |
CardArray.getCount(Suit suit)
Returns the number of cards in this CardArray which are of the given Suit . |
static Card |
Card.get(Rank rank,
Suit suit)
Returns a Card object of the given Rank and Suit . |
Uses of Suit in inonit.domain.game.card.hearts |
Methods in inonit.domain.game.card.hearts that return Suit | |
Suit[] |
Hearts.getSuits()
Returns an array containing the Suit objects representing the suits normally used in Hearts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |