public interface javax.print.attribute.AttributeSet
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.print.attribute.AttributeSet
  super_class: java.lang.Object
{
  public abstract javax.print.attribute.Attribute get(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljavax/print/attribute/Attribute;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Ljavax/print/attribute/Attribute;
    MethodParameters:
          Name  Flags
      category  

  public abstract boolean add(javax.print.attribute.Attribute);
    descriptor: (Ljavax/print/attribute/Attribute;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      attribute  

  public abstract boolean remove(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
          Name  Flags
      category  

  public abstract boolean remove(javax.print.attribute.Attribute);
    descriptor: (Ljavax/print/attribute/Attribute;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      attribute  

  public abstract boolean containsKey(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
          Name  Flags
      category  

  public abstract boolean containsValue(javax.print.attribute.Attribute);
    descriptor: (Ljavax/print/attribute/Attribute;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      attribute  

  public abstract boolean addAll(javax.print.attribute.AttributeSet);
    descriptor: (Ljavax/print/attribute/AttributeSet;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      attributes  

  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract javax.print.attribute.Attribute[] toArray();
    descriptor: ()[Ljavax/print/attribute/Attribute;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      object  

  public abstract int hashCode();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "AttributeSet.java"