public final class javax.print.attribute.standard.PrinterStateReasons extends java.util.HashMap<javax.print.attribute.standard.PrinterStateReason, javax.print.attribute.standard.Severity> implements javax.print.attribute.PrintServiceAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javax.print.attribute.standard.PrinterStateReasons
  super_class: java.util.HashMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3731791085163619457

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons this
         0: .line 96
            aload 0 /* this */
            invokespecial java.util.HashMap.<init>:()V
         1: .line 97
            return
        end local 0 // javax.print.attribute.standard.PrinterStateReasons this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/print/attribute/standard/PrinterStateReasons;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.print.attribute.standard.PrinterStateReasons this
        start local 1 // int initialCapacity
         0: .line 109
            aload 0 /* this */
            iload 1 /* initialCapacity */
            invokespecial java.util.HashMap.<init>:(I)V
         1: .line 110
            return
        end local 1 // int initialCapacity
        end local 0 // javax.print.attribute.standard.PrinterStateReasons this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljavax/print/attribute/standard/PrinterStateReasons;
            0    2     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.print.attribute.standard.PrinterStateReasons this
        start local 1 // int initialCapacity
        start local 2 // float loadFactor
         0: .line 123
            aload 0 /* this */
            iload 1 /* initialCapacity */
            fload 2 /* loadFactor */
            invokespecial java.util.HashMap.<init>:(IF)V
         1: .line 124
            return
        end local 2 // float loadFactor
        end local 1 // int initialCapacity
        end local 0 // javax.print.attribute.standard.PrinterStateReasons this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljavax/print/attribute/standard/PrinterStateReasons;
            0    2     1  initialCapacity  I
            0    2     2       loadFactor  F
    MethodParameters:
                 Name  Flags
      initialCapacity  
      loadFactor       

  public void <init>(java.util.Map<javax.print.attribute.standard.PrinterStateReason, javax.print.attribute.standard.Severity>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // javax.print.attribute.standard.PrinterStateReasons this
        start local 1 // java.util.Map map
         0: .line 146
            aload 0 /* this */
            invokespecial javax.print.attribute.standard.PrinterStateReasons.<init>:()V
         1: .line 147
            aload 1 /* map */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: javax.print.attribute.standard.PrinterStateReasons java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* e */
        start local 2 // java.util.Map$Entry e
         3: .line 148
            aload 0 /* this */
            aload 2 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast javax.print.attribute.standard.PrinterStateReason
            aload 2 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast javax.print.attribute.standard.Severity
            invokevirtual javax.print.attribute.standard.PrinterStateReasons.put:(Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;)Ljavax/print/attribute/standard/Severity;
            pop
        end local 2 // java.util.Map$Entry e
         4: .line 147
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 149
            return
        end local 1 // java.util.Map map
        end local 0 // javax.print.attribute.standard.PrinterStateReasons this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/print/attribute/standard/PrinterStateReasons;
            0    6     1   map  Ljava/util/Map<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;
            3    4     2     e  Ljava/util/Map$Entry<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;
    Signature: (Ljava/util/Map<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;)V
    MethodParameters:
      Name  Flags
      map   

  public javax.print.attribute.standard.Severity put(javax.print.attribute.standard.PrinterStateReason, javax.print.attribute.standard.Severity);
    descriptor: (Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;)Ljavax/print/attribute/standard/Severity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.print.attribute.standard.PrinterStateReasons this
        start local 1 // javax.print.attribute.standard.PrinterStateReason reason
        start local 2 // javax.print.attribute.standard.Severity severity
         0: .line 177
            aload 1 /* reason */
            ifnonnull 2
         1: .line 178
            new java.lang.NullPointerException
            dup
            ldc "reason is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 2 /* severity */
            ifnonnull 4
         3: .line 181
            new java.lang.NullPointerException
            dup
            ldc "severity is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* severity */
            invokespecial java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.print.attribute.standard.Severity
            areturn
        end local 2 // javax.print.attribute.standard.Severity severity
        end local 1 // javax.print.attribute.standard.PrinterStateReason reason
        end local 0 // javax.print.attribute.standard.PrinterStateReasons this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavax/print/attribute/standard/PrinterStateReasons;
            0    5     1    reason  Ljavax/print/attribute/standard/PrinterStateReason;
            0    5     2  severity  Ljavax/print/attribute/standard/Severity;
    MethodParameters:
          Name  Flags
      reason    
      severity  

  public final java.lang.Class<? extends javax.print.attribute.Attribute> getCategory();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons this
         0: .line 197
            ldc Ljavax/print/attribute/standard/PrinterStateReasons;
            areturn
        end local 0 // javax.print.attribute.standard.PrinterStateReasons this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/PrinterStateReasons;
    Signature: ()Ljava/lang/Class<+Ljavax/print/attribute/Attribute;>;

  public final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons this
         0: .line 210
            ldc "printer-state-reasons"
            areturn
        end local 0 // javax.print.attribute.standard.PrinterStateReasons this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/PrinterStateReasons;

  public java.util.Set<javax.print.attribute.standard.PrinterStateReason> printerStateReasonSet(javax.print.attribute.standard.Severity);
    descriptor: (Ljavax/print/attribute/standard/Severity;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.print.attribute.standard.PrinterStateReasons this
        start local 1 // javax.print.attribute.standard.Severity severity
         0: .line 235
            aload 1 /* severity */
            ifnonnull 2
         1: .line 236
            new java.lang.NullPointerException
            dup
            ldc "severity is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 238
      StackMap locals:
      StackMap stack:
            new javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet
            dup
            aload 0 /* this */
            aload 1 /* severity */
            aload 0 /* this */
            invokevirtual javax.print.attribute.standard.PrinterStateReasons.entrySet:()Ljava/util/Set;
            invokespecial javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.<init>:(Ljavax/print/attribute/standard/PrinterStateReasons;Ljavax/print/attribute/standard/Severity;Ljava/util/Set;)V
            areturn
        end local 1 // javax.print.attribute.standard.Severity severity
        end local 0 // javax.print.attribute.standard.PrinterStateReasons this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavax/print/attribute/standard/PrinterStateReasons;
            0    3     1  severity  Ljavax/print/attribute/standard/Severity;
    Signature: (Ljavax/print/attribute/standard/Severity;)Ljava/util/Set<Ljavax/print/attribute/standard/PrinterStateReason;>;
    MethodParameters:
          Name  Flags
      severity  

  public java.lang.Object put(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast javax.print.attribute.standard.PrinterStateReason
            aload 2
            checkcast javax.print.attribute.standard.Severity
            invokevirtual javax.print.attribute.standard.PrinterStateReasons.put:(Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;)Ljavax/print/attribute/standard/Severity;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/HashMap<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;Ljavax/print/attribute/PrintServiceAttribute;
SourceFile: "PrinterStateReasons.java"
NestMembers:
  javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet  javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private PrinterStateReasonSet = javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet of javax.print.attribute.standard.PrinterStateReasons
  private PrinterStateReasonSetIterator = javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator of javax.print.attribute.standard.PrinterStateReasons