Uses of Enum Class
edu.iu.jrsalata.NumSystem

  • Uses of NumSystem in edu.iu.jrsalata

    Methods in edu.iu.jrsalata that return NumSystem
    Modifier and Type
    Method
    Description
    static NumSystem
    NumSystem.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static NumSystem[]
    NumSystem.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in edu.iu.jrsalata with parameters of type NumSystem
    Modifier and Type
    Method
    Description
    void
    HexNum.set(String value, NumSystem numSystem)
    Sets the value of this HexNum object by converting the given value from the specified number system to hexadecimal.
    Constructors in edu.iu.jrsalata with parameters of type NumSystem
    Modifier
    Constructor
    Description
     
    HexNum(String value, NumSystem numSystem)
    Constructs a HexNum object by converting the given value from the specified number system to hexadecimal.