class SuitAlias
extends Object
Contains aliases for the suits.
-
Field Summary 
Fields
(package private) static final char
(package private) static final char
(package private) static final char
(package private) static final char
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
CLUBS 
static final char CLUBS
- See Also:
-
-
DIAMONDS 
static final char DIAMONDS
- See Also:
-
-
HEARTS 
static final char HEARTS
- See Also:
-
-
SPADES 
static final char SPADES
- See Also:
-
-
Constructor Details 
-
SuitAlias 
SuitAlias()