Interface ReadableAttributes

  • All Known Implementing Classes:
    Attributes

    public interface ReadableAttributes
    A read-only container for String-keyed attributes.

    See Attributes for the public API implementation.

    • Method Detail

      • size

        int size()
        The number of attributes contained in this.
      • isEmpty

        boolean isEmpty()
        Whether there are any attributes contained in this.
      • forEach

        void forEach​(AttributeConsumer consumer)
        Iterates over all the key-value pairs of attributes contained by this instance.