Uses of Class
proj3.Rank

Uses of Rank in proj3
 

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