Converts elements to Double from plain or scientific notation
All 4 scenarios hold
expected outcome
broken scenario
| Scenario | List input | Set input | Map input | Element type? | Converted elements? |
|---|---|---|---|---|---|
| Plain decimal |
|
|
| java.lang.Double |
|
| Whole number |
|
|
| java.lang.Double |
|
| Scientific notation |
|
|
| java.lang.Double |
|
| Several elements |
|
|
| java.lang.Double |
|