-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Milestone
Description
Similar to the Primitives enum, some definitions of Number implementations would be nice (short, int, double, etc.) that hold their value range, that allow conversions (with two flavors of just converting vs. complaining if there is an under-/overflow).
- Maybe not as an enum so it can be extended for other Number implementations?
- Should also include out-of-the-box support for BigInteger, BigDecimal (and AtomicInteger?)
- What about Character?
- Method to parse from a String to the Number?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels