Uses of Class
project2.Card
-
Uses of Card in project2
Modifier and TypeMethodDescriptionDeck.dealCard()dealCard -- deals the top card from the deck and decreases the number of cards in the deck by 1Modifier and TypeMethodDescriptionbooleanCard.isLowerThan(Card otherCard) Returns whether the value is less than the passed in card's value