Uses of Class
proj3.Suit

Uses of Suit in proj3
 

Fields in proj3 declared as Suit
static Suit Suit.CLUBS
          The suit CLUBS
static Suit Suit.DIAMONDS
          The suit DIAMONDS
static Suit Suit.HEARTS
          The suit HEARTS
static Suit Suit.SPADES
          The suit SPADES
 

Methods in proj3 that return Suit
static Suit[] Suit.VALUES()
          VALUES A method to return all suits
 

Methods in proj3 with parameters of type Suit
 boolean Suit.equals(Suit otherSuit)
          Determines if two Suits are the same