Uses of Class
proj2.Rank

Uses of Rank in proj2
 

Fields in proj2 declared as Rank
static Rank Rank.ACE
          The rank ACE
static Rank Rank.EIGHT
          The rank EIGHT (8)
static Rank Rank.FIVE
          The rank FIVE (5)
static Rank Rank.FOUR
          The rank FOUR (4)
static Rank Rank.JACK
          The rank JACK
static Rank Rank.KING
          The rank KING
static Rank Rank.NINE
          The rank NINE (9)
static Rank Rank.QUEEN
          The rank QUEEN
static Rank Rank.SEVEN
          The rank SEVEN (7)
static Rank Rank.SIX
          The rank SIX (6)
static Rank Rank.TEN
          The rank TEN (10)
static Rank Rank.THREE
          The rank THREE (3)
static Rank Rank.TWO
          The rank TWO (2)
 

Methods in proj2 that return Rank
 Rank Game.getRank(Coordinates coord)
          Returns a Rank object representing the rank of the card at the specified Coordinates in the tableau
static Rank[] Rank.VALUES()
          VALUES A static method to return all ranks
 

Methods in proj2 with parameters of type Rank
 boolean Rank.equals(Rank otherRank)
          Determines if two Rank objects are equal