Metódus parameters.get("a") |
"a" nincs megadva a= a=&a=7 |
a=bb | a=7 a=7&a=8&a= |
---|---|---|---|
.toLong() | NumberFormatException | NumberFormatException | 7 (primitív long) |
.toLongObject() | NumberFormatException | NumberFormatException | 7 (Long) |
.toLong(default) | default | default | 7 (primitív long) |
.toOptionalLong() | null | NumberFormatException | 7 (Long) |