class io.netty.handler.codec.CodecOutputList$2 extends io.netty.util.concurrent.FastThreadLocal<io.netty.handler.codec.CodecOutputList$CodecOutputLists>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.codec.CodecOutputList$2
  super_class: io.netty.util.concurrent.FastThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.CodecOutputList$2 this
         0: .line 39
            aload 0 /* this */
            invokespecial io.netty.util.concurrent.FastThreadLocal.<init>:()V
            return
        end local 0 // io.netty.handler.codec.CodecOutputList$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/CodecOutputList$2;

  protected io.netty.handler.codec.CodecOutputList$CodecOutputLists initialValue();
    descriptor: ()Lio/netty/handler/codec/CodecOutputList$CodecOutputLists;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.CodecOutputList$2 this
         0: .line 43
            new io.netty.handler.codec.CodecOutputList$CodecOutputLists
            dup
            bipush 16
            invokespecial io.netty.handler.codec.CodecOutputList$CodecOutputLists.<init>:(I)V
            areturn
        end local 0 // io.netty.handler.codec.CodecOutputList$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/CodecOutputList$2;
    Exceptions:
      throws java.lang.Exception

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.CodecOutputList$2.initialValue:()Lio/netty/handler/codec/CodecOutputList$CodecOutputLists;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/util/concurrent/FastThreadLocal<Lio/netty/handler/codec/CodecOutputList$CodecOutputLists;>;
SourceFile: "CodecOutputList.java"
EnclosingMethod: io.netty.handler.codec.CodecOutputList
NestHost: io.netty.handler.codec.CodecOutputList
InnerClasses:
  io.netty.handler.codec.CodecOutputList$2
  private final CodecOutputLists = io.netty.handler.codec.CodecOutputList$CodecOutputLists of io.netty.handler.codec.CodecOutputList