Class Attributes.Wrapper

  • All Implemented Interfaces:
    Attributes
    Enclosing interface:
    Attributes

    @Deprecated(since="2021-05-27")
    public abstract static class Attributes.Wrapper
    extends java.lang.Object
    implements Attributes
    Deprecated.
    • Constructor Detail

      • Wrapper

        public Wrapper​(Attributes attributes)
        Deprecated.
    • Method Detail

      • getAttributes

        public Attributes getAttributes()
        Deprecated.
      • removeAttribute

        public void removeAttribute​(java.lang.String name)
        Deprecated.
        Specified by:
        removeAttribute in interface Attributes
      • setAttribute

        public void setAttribute​(java.lang.String name,
                                 java.lang.Object attribute)
        Deprecated.
        Specified by:
        setAttribute in interface Attributes
      • getAttribute

        public java.lang.Object getAttribute​(java.lang.String name)
        Deprecated.
        Specified by:
        getAttribute in interface Attributes
      • getAttributeNameSet

        public java.util.Set<java.lang.String> getAttributeNameSet()
        Deprecated.
        Specified by:
        getAttributeNameSet in interface Attributes