Skip navigation links
A C D G I M N R S T 

A

allCards - Static variable in class Card
an array of all unique Card objects

C

Card - Class in <Unnamed>
A class for representing standard (French) playing cards.
Card(int, int) - Constructor for class Card
Constructor to create a card object with the corresponding zero-based indices to rankNames and suitNames, respectively.

D

dealGame(int) - Method in class Shuffler
 

G

getDeckStr(int) - Method in class Shuffler
 
getId() - Method in class Card
Return the Card id number.
getRank() - Method in class Card
Get rank of card (zero-based index to rankNames).
getShuffle(int) - Static method in class Card
Return a Stack deck of Cards corresponding to the give Microsoft FreeCell seed number
getSuit() - Method in class Card
Get suit of card (zero-based index to suitNames).

I

idStrMap - Static variable in class Card
map from Card id numbers to String representations
isRed() - Method in class Card
Return whether or not the card is Red.
isSuitRed - Static variable in class Card
parallel array to suitNames indicating whether or not the corresponding suit is red

M

main(String[]) - Static method in class Card
A test to show Microsoft shuffle 617.
main(String[]) - Static method in class Shuffler
 

N

NUM_CARDS - Static variable in class Card
total number of cards
NUM_RANKS - Static variable in class Card
number of card ranks
NUM_SUITS - Static variable in class Card
number of card suits

R

rank - Variable in class Card
rank index (zero-based index to rankNames)
rankNames - Static variable in class Card
array of abbreviated card rank names in ascending order of rank and indexed by suit index

S

Shuffler - Class in <Unnamed>
 
Shuffler() - Constructor for class Shuffler
 
strCardMap - Static variable in class Card
map from String representations to Card objects
strIdMap - Static variable in class Card
map from String representations to Card id numbers
suit - Variable in class Card
suit index (zero-based index to suitNames)
suitNames - Static variable in class Card
array of abbreviated card suit names indexed by suit index

T

toString() - Method in class Card
 
A C D G I M N R S T 
Skip navigation links