- java.lang.Object
-
- com.squareup.moshi.recipes.models.Card
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
char |
rank |
Suit |
suit |
-
Constructor Summary
Constructors
| Constructor and Description |
Card(char rank,
Suit suit) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Field Detail
-
rank
public final char rank
-
suit
public final Suit suit
Copyright © 2019. All Rights Reserved.