Interface ROMBasedAttributeCollection

    • Method Detail

      • getAllBufferedAttributeNames

        @Pure
        Collection<String> getAllBufferedAttributeNames()
        Replies the list of attributes that have changed.
        Returns:
        the list of the names of the attributes which are stored inside the memory buffer.
      • getAllBufferedAttributes

        @Pure
        Collection<Attribute> getAllBufferedAttributes()
        Replies the list of attributes that have changed.
        Returns:
        the list of attributes stored inside the memory buffer.
      • isBufferedAttribute

        @Pure
        boolean isBufferedAttribute​(String attributeName)
        Replies if the specified attribute name corresponds to a buffered attribute value.
        Parameters:
        attributeName - the name.
        Returns:
        true if an attribute with the given name is stored inside the memory buffer, otherwise false
      • getBufferedAttributeCount

        @Pure
        int getBufferedAttributeCount()
        Replies the count of buffered attributes.
        Returns:
        the count of buffered attributes.