public final class MultipleFormats
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleFormats.CardStringAdapter
Handles cards as strings only.
|
class |
MultipleFormats.MultipleFormatsCardAdapter
Handles cards either as strings "5D" or as objects {"suit": "SPADES", "rank": 5}.
|
| Constructor and Description |
|---|
MultipleFormats() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
run() |
Copyright © 2019. All Rights Reserved.