class javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator implements java.util.Iterator
  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 myIterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map$Entry myEntry;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x0002) ACC_PRIVATE

  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.PrinterStateReasons, javax.print.attribute.standard.Severity, java.util.Iterator);
    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 275
            aload 0 /* this */
            aload 1
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.this$0:Ljavax/print/attribute/standard/PrinterStateReasons;
         1: .line 274
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 276
            aload 0 /* this */
            aload 2 /* severity */
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.mySeverity:Ljavax/print/attribute/standard/Severity;
         3: .line 277
            aload 0 /* this */
            aload 3 /* iterator */
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myIterator:Ljava/util/Iterator;
         4: .line 278
            aload 0 /* this */
            invokevirtual javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.goToNext:()V
         5: .line 279
            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;
    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 282
            aload 0 /* this */
            aconst_null
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
         1: .line 283
            goto 5
         2: .line 284
      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 285
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast javax.print.attribute.standard.Severity
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.mySeverity:Ljavax/print/attribute/standard/Severity;
            if_acmpeq 5
         4: .line 286
            aload 0 /* this */
            aconst_null
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
         5: .line 283
      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 289
      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 292
            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 java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator this
         0: .line 296
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.myEntry:Ljava/util/Map$Entry;
            ifnonnull 2
         1: .line 297
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 299
      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;
            astore 1 /* result */
        start local 1 // java.lang.Object result
         3: .line 300
            aload 0 /* this */
            invokevirtual javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.goToNext:()V
         4: .line 301
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Object 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  Ljava/lang/Object;

  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 305
            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;
}
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