Interface IntPropertyMap

    • Method Detail

      • add

        void add​(Address addr,
                 int value)
        Add an int value at the specified address.
        Parameters:
        addr - address for the property
        value - value of the property
      • getInt

        int getInt​(Address addr)
            throws NoValueException
        Get the integer value at the given address.
        Parameters:
        addr - the address from where to get the int value
        Throws:
        NoValueException - if there is no property value at addr.