Interface LongPropertyMap

    • Method Detail

      • add

        void add​(Address addr,
                 long value)
        Add a long value at the specified address.
        Parameters:
        addr - address for the property
        value - value of the property
      • getLong

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