Converts elements to Integer from a whole number in the 32-bit signed range
All 3 scenarios hold
expected outcome
broken scenario
| Scenario | List input | Set input | Map input | Element type? | Converted elements? |
|---|---|---|---|---|---|
| Decimal digits |
|
|
| java.lang.Integer |
|
| Octal literal |
|
|
| java.lang.Integer |
|
| Several elements |
|
|
| java.lang.Integer |
|