Package | Description |
---|---|
enumeration |
Modifier and Type | Field and Description |
---|---|
static Rank |
Rank.ACE_HIGH |
static Rank |
Rank.ACE_LOW |
static Rank |
Rank.EIGHT |
static Rank |
Rank.FIVE |
static Rank |
Rank.FOUR |
static Rank |
Rank.JACK |
static Rank |
Rank.KING |
static Rank |
Rank.NINE |
static Rank |
Rank.QUEEN |
private Rank |
Card.rank |
static Rank |
Rank.SEVEN |
static Rank |
Rank.SIX |
static Rank |
Rank.TEN |
static Rank |
Rank.THREE |
static Rank |
Rank.TWO |
Modifier and Type | Field and Description |
---|---|
static java.util.List<Rank> |
Rank.VALUES |
Modifier and Type | Method and Description |
---|---|
Rank |
Card.getRank() |
Modifier and Type | Method and Description |
---|---|
int |
Rank.compareTo(Rank that) |
Constructor and Description |
---|
Card(Rank rank,
Suit suit) |