A C D E F G H I M N P R S T

G

getCard(int) - Method in class program4.Player
Returns the cards of a specified rank as a Linkedlist
getCardAt(int) - Method in class program4.Hand
Returns the card at the specified position in this list.
getCardAt(int) - Method in class program4.Player
returns the card at a specified index in the hand
getCards(int) - Method in class program4.Hand
Returns a list of cards of a specified rank
getCards(int) - Method in class program4.Player
Returns all of the cards of the specified rank as a LinkedList
getCount() - Method in class program4.Hand
Returns the number of cards in the hand
getHand() - Method in class program4.Hand
Returns the hand as LinkedList of GoFish cards
getName() - Method in class program4.Player
Returns the player's name
getPoints() - Method in class program4.Player
Returns the number of books the player has
getRank() - Method in class program4.Card
getRank method -- returns what's stored in the instance variable rank
getRankAsString() - Method in class program4.Card
getRankAsString method -- returns a String representation of the instance variable rank
getSuit() - Method in class program4.Card
getSuit method -- returns what's stored in the instance variable suit
getSuitAsString() - Method in class program4.Card
getSuitAsString method -- returns a String representation of the instance variable suit
getTotalCards() - Method in class program4.Player
Returns the number of cards the player has
GoFish - Class in program4
Title: The GoFish Class
GoFish() - Constructor for class program4.GoFish
 
GoFishCard - Class in program4
Title: The GoFishCard Class
GoFishCard() - Constructor for class program4.GoFishCard
Default Constructor
GoFishCard(int) - Constructor for class program4.GoFishCard
Constructor
GoFishCard(int, int) - Constructor for class program4.GoFishCard
Constructor

A C D E F G H I M N P R S T