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 start local 2 start local 3 0: aload 0
aload 1
putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.this$0:Ljavax/print/attribute/standard/PrinterStateReasons;
1: aload 0
invokespecial java.util.AbstractSet.<init>:()V
2: aload 0
aload 2
putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.mySeverity:Ljavax/print/attribute/standard/Severity;
3: aload 0
aload 3
putfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.myEntrySet:Ljava/util/Set;
4: return
end local 3 end local 2 end local 0 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 0: iconst_0
istore 1
start local 1 1: aload 0
invokevirtual javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.iterator:()Ljava/util/Iterator;
astore 2
start local 2 2: goto 5
3: StackMap locals: int java.util.Iterator
StackMap stack:
aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
pop
4: iinc 1 1
5: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: iload 1
ireturn
end local 2 end local 1 end local 0 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 0: new javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSetIterator
dup
aload 0
getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.this$0:Ljavax/print/attribute/standard/PrinterStateReasons;
aload 0
getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.mySeverity:Ljavax/print/attribute/standard/Severity;
1: aload 0
getfield javax.print.attribute.standard.PrinterStateReasons$PrinterStateReasonSet.myEntrySet:Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
2: 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 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