class javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator implements java.util.Iterator<javax.print.attribute.standard.PrinterStateReason>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator
  super_class: java.lang.Object
{
  private javax.print.attribute.standard.Severity mySeverity;
    descriptor: Ljavax/print/attribute/standard/Severity;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Iterator<java.util.Map$Entry<javax.print.attribute.standard.PrinterStateReason, javax.print.attribute.standard.Severity>> myIterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Iterator<Ljava/util/Map$Entry<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;>;

  private java.util.Map$Entry<javax.print.attribute.standard.PrinterStateReason, javax.print.attribute.standard.Severity> myEntry;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map$Entry<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;

  final javax.print.attribute.standard.PrinterStateReasons this$0;
    descriptor: Ljavax/print/attribute/standard/PrinterStateReasons;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(javax.print.attribute.standard.Severity, java.util.Iterator<java.util.Map$Entry<javax.print.attribute.standard.PrinterStateReason, javax.print.attribute.standard.Severity>>);
    descriptor: (Ljavax/print/attribute/standard/PrinterStateReasons;Ljavax/print/attribute/standard/Severity;Ljava/util/Iterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
        start local 2 // javax.print.attribute.standard.Severity severity
        start local 3 // java.util.Iterator iterator
         0: .line 263
            aload 0 /* this */
            aload 1
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.this$0:Ljavax/print/attribute/standard/PrinterStateReasons;
         1: .line 262
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 264
            aload 0 /* this */
            aload 2 /* severity */
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.mySeverity:Ljavax/print/attribute/standard/Severity;
         3: .line 265
            aload 0 /* this */
            aload 3 /* iterator */
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myIterator:Ljava/util/Iterator;
         4: .line 266
            aload 0 /* this */
            invokevirtual javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.goToNext:()V
         5: .line 267
            return
        end local 3 // java.util.Iterator iterator
        end local 2 // javax.print.attribute.standard.Severity severity
        end local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljavax/print/attribute/standard/PrinterStateReasons$PrinterStateReasonSetIterator;
            0    6     2  severity  Ljavax/print/attribute/standard/Severity;
            0    6     3  iterator  Ljava/util/Iterator<Ljava/util/Map$Entry<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;>;
    Signature: (Ljavax/print/attribute/standard/Severity;Ljava/util/Iterator<Ljava/util/Map$Entry<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      severity  
      iterator  

  private void goToNext();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
         0: .line 270
            aload 0 /* this */
            aconst_null
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
         1: .line 271
            goto 5
         2: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
         3: .line 273
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.mySeverity:Ljavax/print/attribute/standard/Severity;
            if_acmpeq 5
         4: .line 274
            aload 0 /* this */
            aconst_null
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
         5: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
            ifnonnull 6
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 277
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/print/attribute/standard/PrinterStateReasons$PrinterStateReasonSetIterator;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
         0: .line 280
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/print/attribute/standard/PrinterStateReasons$PrinterStateReasonSetIterator;

  public javax.print.attribute.standard.PrinterStateReason next();
    descriptor: ()Ljavax/print/attribute/standard/PrinterStateReason;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
         0: .line 284
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
            ifnonnull 2
         1: .line 285
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast javax.print.attribute.standard.PrinterStateReason
            astore 1 /* result */
        start local 1 // javax.print.attribute.standard.PrinterStateReason result
         3: .line 288
            aload 0 /* this */
            invokevirtual javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.goToNext:()V
         4: .line 289
            aload 1 /* result */
            areturn
        end local 1 // javax.print.attribute.standard.PrinterStateReason result
        end local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavax/print/attribute/standard/PrinterStateReasons$PrinterStateReasonSetIterator;
            3    5     1  result  Ljavax/print/attribute/standard/PrinterStateReason;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
         0: .line 293
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/PrinterStateReasons$PrinterStateReasonSetIterator;

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