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 // sun.nio.ch.WindowsSelectorImpl$MapEntry this
        start local 1 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 109
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 107
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.WindowsSelectorImpl$MapEntry.updateCount:J
         2: .line 108
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.WindowsSelectorImpl$MapEntry.clearedCount:J
         3: .line 110
            aload 0 /* this */
            aload 1 /* ski */
            putfield sun.nio.ch.WindowsSelectorImpl$MapEntry.ski:Lsun/nio/ch/SelectionKeyImpl;
         4: .line 111
            return
        end local 1 // sun.nio.ch.SelectionKeyImpl ski
        end local 0 // sun.nio.ch.WindowsSelectorImpl$MapEntry this
      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