class org.xnio.XnioExecutor$Key$1 implements org.xnio.XnioExecutor$Key
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.XnioExecutor$Key$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioExecutor$Key$1 this
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.XnioExecutor$Key$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioExecutor$Key$1;

  public boolean remove();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioExecutor$Key$1 this
         0: .line 80
            iconst_0
            ireturn
        end local 0 // org.xnio.XnioExecutor$Key$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioExecutor$Key$1;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioExecutor$Key$1 this
         0: .line 84
            ldc "Immediate key"
            areturn
        end local 0 // org.xnio.XnioExecutor$Key$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioExecutor$Key$1;
}
SourceFile: "XnioExecutor.java"
EnclosingMethod: org.xnio.XnioExecutor$Key
NestHost: org.xnio.XnioExecutor
InnerClasses:
  public abstract Key = org.xnio.XnioExecutor$Key of org.xnio.XnioExecutor
  org.xnio.XnioExecutor$Key$1