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

  private java.util.Set<java.util.Map$Entry<javax.print.attribute.standard.PrinterStateReason, javax.print.attribute.standard.Severity>> myEntrySet;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<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.Set<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/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet this
        start local 2 // javax.print.attribute.standard.Severity severity
        start local 3 // java.util.Set entrySet
         0: .line 236
            aload 0 /* this */
            aload 1
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.this$0:Ljavax/print/attribute/standard/PrinterStateReasons;
         1: .line 235
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         2: .line 237
            aload 0 /* this */
            aload 2 /* severity */
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.mySeverity:Ljavax/print/attribute/standard/Severity;
         3: .line 238
            aload 0 /* this */
            aload 3 /* entrySet */
            putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.myEntrySet:Ljava/util/Set;
         4: .line 239
            return
        end local 3 // java.util.Set entrySet
        end local 2 // javax.print.attribute.standard.Severity severity
        end local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavax/print/attribute/standard/PrinterStateReasons$PrinterStateReasonSet;
            0    5     2  severity  Ljavax/print/attribute/standard/Severity;
            0    5     3  entrySet  Ljava/util/Set<Ljava/util/Map$Entry<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;>;
    Signature: (Ljavax/print/attribute/standard/Severity;Ljava/util/Set<Ljava/util/Map$Entry<Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;>;>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      severity  
      entrySet  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet this
         0: .line 242
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 243
            aload 0 /* this */
            invokevirtual javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         2: .line 244
            goto 5
         3: .line 245
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
         4: .line 246
            iinc 1 /* result */ 1
         5: .line 244
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 248
            iload 1 /* result */
            ireturn
        end local 2 // java.util.Iterator iter
        end local 1 // int result
        end local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavax/print/attribute/standard/PrinterStateReasons$PrinterStateReasonSet;
            1    7     1  result  I
            2    7     2    iter  Ljava/util/Iterator<Ljavax/print/attribute/standard/PrinterStateReason;>;

  public java.util.Iterator<javax.print.attribute.standard.PrinterStateReason> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet this
         0: .line 252
            new javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator
            dup
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.this$0:Ljavax/print/attribute/standard/PrinterStateReasons;
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.mySeverity:Ljavax/print/attribute/standard/Severity;
         1: .line 253
            aload 0 /* this */
            getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.myEntrySet:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
         2: .line 252
            invokespecial javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator.<init>:(Ljavax/print/attribute/standard/PrinterStateReasons;Ljavax/print/attribute/standard/Severity;Ljava/util/Iterator;)V
            areturn
        end local 0 // javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/print/attribute/standard/PrinterStateReasons$PrinterStateReasonSet;
    Signature: ()Ljava/util/Iterator<Ljavax/print/attribute/standard/PrinterStateReason;>;
}
Signature: Ljava/util/AbstractSet<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 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