Uses of Class
proj3.Suit

Uses of Suit in proj3
 

Methods in proj3 that return Suit
 Suit Game.getSuit(Coordinate coordinate)
          Returns a Suit enum representing the suit of the card at the specified coordinate in the tableau
static Suit Suit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Suit[] Suit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.