Class SimpleChangeableNumber

  • All Implemented Interfaces:
    ChangeableNumber

    public class SimpleChangeableNumber
    extends Object
    implements ChangeableNumber
    The class SimpleChangeableNumber offers a complete implementation of ChangeableNumber.

    Each instance of this class wraps a value, that gets set from different numeral systems and can get converted into any numeral system. The strings in these numeral systems do not contain any prefixes that refer to the base.

    The string representations of the number systems are splitted into blocks for better readability. The blocks are four characters long in the hexadecimal and binary systems, in all other number systems the blocks are three characters long.

    Since:
    Bitchanger 0.1.0
    Version:
    1.0.2
    Author:
    Tim Muehle, Moritz Wolter
    See Also:
    ChangeableNumber