final class sun.nio.ch.WindowsSelectorImpl$MapEntry
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.nio.ch.WindowsSelectorImpl$MapEntry
super_class: java.lang.Object
{
sun.nio.ch.SelectionKeyImpl ski;
descriptor: Lsun/nio/ch/SelectionKeyImpl;
flags: (0x0000)
long updateCount;
descriptor: J
flags: (0x0000)
long clearedCount;
descriptor: J
flags: (0x0000)
void <init>(sun.nio.ch.SelectionKeyImpl);
descriptor: (Lsun/nio/ch/SelectionKeyImpl;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lconst_0
putfield sun.nio.ch.WindowsSelectorImpl$MapEntry.updateCount:J
2: aload 0
lconst_0
putfield sun.nio.ch.WindowsSelectorImpl$MapEntry.clearedCount:J
3: aload 0
aload 1
putfield sun.nio.ch.WindowsSelectorImpl$MapEntry.ski:Lsun/nio/ch/SelectionKeyImpl;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/nio/ch/WindowsSelectorImpl$MapEntry;
0 5 1 ski Lsun/nio/ch/SelectionKeyImpl;
MethodParameters:
Name Flags
ski
}
SourceFile: "WindowsSelectorImpl.java"
NestHost: sun.nio.ch.WindowsSelectorImpl
InnerClasses:
private final MapEntry = sun.nio.ch.WindowsSelectorImpl$MapEntry of sun.nio.ch.WindowsSelectorImpl