Keeps map keys as text whatever key type the signature declares
All 2 scenarios hold
The parameter in this table is declared Map<Integer, Integer>, yet its keys arrive as the cell text: only the value type takes part in conversion.
expected outcome
broken scenario
| Scenario | Map input | Key type? | Keys? | Value type? | Values? |
|---|---|---|---|---|---|
| Digits as keys |
| java.lang.String |
| java.lang.Integer |
|
| Words as keys |
| java.lang.String |
| java.lang.Integer |
|