Package | Description |
---|---|
enumeration |
Modifier and Type | Field and Description |
---|---|
static Suit |
Suit.CLUBS |
static Suit |
Suit.DIAMONDS |
static Suit |
Suit.HEARTS |
static Suit |
Suit.SPADES |
Modifier and Type | Field and Description |
---|---|
static java.util.List<Suit> |
Suit.VALUES |
Modifier and Type | Method and Description |
---|---|
Suit |
Card.getSuit() |
Modifier and Type | Method and Description |
---|---|
int |
Suit.compareTo(Suit that) |