class sun.nio.ch.KQueueSelectorImpl$MapEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.KQueueSelectorImpl$MapEntry
  super_class: java.lang.Object
{
  sun.nio.ch.SelectionKeyImpl ski;
    descriptor: Lsun/nio/ch/SelectionKeyImpl;
    flags: (0x0000) 

  long updateCount;
    descriptor: J
    flags: (0x0000) 

  void <init>(sun.nio.ch.SelectionKeyImpl);
    descriptor: (Lsun/nio/ch/SelectionKeyImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.KQueueSelectorImpl$MapEntry this
        start local 1 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            aload 1 /* ski */
            putfield sun.nio.ch.KQueueSelectorImpl$MapEntry.ski:Lsun/nio/ch/SelectionKeyImpl;
         2: .line 74
            return
        end local 1 // sun.nio.ch.SelectionKeyImpl ski
        end local 0 // sun.nio.ch.KQueueSelectorImpl$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/KQueueSelectorImpl$MapEntry;
            0    3     1   ski  Lsun/nio/ch/SelectionKeyImpl;
    MethodParameters:
      Name  Flags
      ski   
}
SourceFile: "KQueueSelectorImpl.java"
NestHost: sun.nio.ch.KQueueSelectorImpl
InnerClasses:
  private MapEntry = sun.nio.ch.KQueueSelectorImpl$MapEntry of sun.nio.ch.KQueueSelectorImpl