Skip to content

Number utils #58

@ljacqu

Description

@ljacqu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions