Closed GoogleCodeExporter closed 9 years ago
Original comment by cgdecker@google.com
on 29 Aug 2014 at 8:33
Did we have any reservations that tryParse("foo", 10) might look like it's
providing a default value rather than a radix? I forget.
(We did give some thought to Optional<Integer> and so forth. Our reasoning for
sticking with Integer was that the method was intended to be fast. But it's not
clear cut. For example, and extreme version of that reasoning could have led to
our choosing to return |long| with an out-of-int-bounds value used to indicate
invalid inputs. We could also have introduced OptionalInteger/OptionalLong
classes.)
Original comment by cpov...@google.com
on 29 Aug 2014 at 8:38
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<issue id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:08
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:17
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:07
Original issue reported on code.google.com by
SeanPFl...@googlemail.com
on 29 Aug 2014 at 8:36