final class io.netty.handler.codec.CodecOutputList extends java.util.AbstractList<java.lang.Object> implements java.util.RandomAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.CodecOutputList
  super_class: java.util.AbstractList
{
  private static final io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler NOOP_RECYCLER;
    descriptor: Lio/netty/handler/codec/CodecOutputList$CodecOutputListRecycler;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.util.concurrent.FastThreadLocal<io.netty.handler.codec.CodecOutputList$CodecOutputLists> CODEC_OUTPUT_LISTS_POOL;
    descriptor: Lio/netty/util/concurrent/FastThreadLocal;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/netty/util/concurrent/FastThreadLocal<Lio/netty/handler/codec/CodecOutputList$CodecOutputLists;>;

  private final io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler recycler;
    descriptor: Lio/netty/handler/codec/CodecOutputList$CodecOutputListRecycler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object[] array;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private boolean insertSinceRecycled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31
            new io.netty.handler.codec.CodecOutputList$1
            dup
            invokespecial io.netty.handler.codec.CodecOutputList$1.<init>:()V
            putstatic io.netty.handler.codec.CodecOutputList.NOOP_RECYCLER:Lio/netty/handler/codec/CodecOutputList$CodecOutputListRecycler;
         1: .line 39
            new io.netty.handler.codec.CodecOutputList$2
            dup
            invokespecial io.netty.handler.codec.CodecOutputList$2.<init>:()V
         2: .line 38
            putstatic io.netty.handler.codec.CodecOutputList.CODEC_OUTPUT_LISTS_POOL:Lio/netty/util/concurrent/FastThreadLocal;
         3: .line 45
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static io.netty.handler.codec.CodecOutputList newInstance();
    descriptor: ()Lio/netty/handler/codec/CodecOutputList;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 94
            getstatic io.netty.handler.codec.CodecOutputList.CODEC_OUTPUT_LISTS_POOL:Lio/netty/util/concurrent/FastThreadLocal;
            invokevirtual io.netty.util.concurrent.FastThreadLocal.get:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.CodecOutputList$CodecOutputLists
            invokevirtual io.netty.handler.codec.CodecOutputList$CodecOutputLists.getOrCreate:()Lio/netty/handler/codec/CodecOutputList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler, int);
    descriptor: (Lio/netty/handler/codec/CodecOutputList$CodecOutputListRecycler;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler recycler
        start local 2 // int size
         0: .line 102
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 103
            aload 0 /* this */
            aload 1 /* recycler */
            putfield io.netty.handler.codec.CodecOutputList.recycler:Lio/netty/handler/codec/CodecOutputList$CodecOutputListRecycler;
         2: .line 104
            aload 0 /* this */
            iload 2 /* size */
            anewarray java.lang.Object
            putfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
         3: .line 105
            return
        end local 2 // int size
        end local 1 // io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler recycler
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/handler/codec/CodecOutputList;
            0    4     1  recycler  Lio/netty/handler/codec/CodecOutputList$CodecOutputListRecycler;
            0    4     2      size  I
    MethodParameters:
          Name  Flags
      recycler  
      size      

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // int index
         0: .line 109
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.handler.codec.CodecOutputList.checkIndex:(I)V
         1: .line 110
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/CodecOutputList;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.CodecOutputList this
         0: .line 115
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            ireturn
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/CodecOutputList;

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // java.lang.Object element
         0: .line 120
            aload 1 /* element */
            ldc "element"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 122
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            aload 1 /* element */
            invokevirtual io.netty.handler.codec.CodecOutputList.insert:(ILjava/lang/Object;)V
         2: .line 123
            goto 6
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
         3: pop
         4: .line 125
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.CodecOutputList.expandArray:()V
         5: .line 126
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            aload 1 /* element */
            invokevirtual io.netty.handler.codec.CodecOutputList.insert:(ILjava/lang/Object;)V
         6: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.CodecOutputList.size:I
            iconst_1
            iadd
            putfield io.netty.handler.codec.CodecOutputList.size:I
         7: .line 129
            iconst_1
            ireturn
        end local 1 // java.lang.Object element
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/netty/handler/codec/CodecOutputList;
            0    8     1  element  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.IndexOutOfBoundsException
    MethodParameters:
         Name  Flags
      element  

  public java.lang.Object set(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 134
            aload 2 /* element */
            ldc "element"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 135
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.handler.codec.CodecOutputList.checkIndex:(I)V
         2: .line 137
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            astore 3 /* old */
        start local 3 // java.lang.Object old
         3: .line 138
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* element */
            invokevirtual io.netty.handler.codec.CodecOutputList.insert:(ILjava/lang/Object;)V
         4: .line 139
            aload 3 /* old */
            areturn
        end local 3 // java.lang.Object old
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/handler/codec/CodecOutputList;
            0    5     1    index  I
            0    5     2  element  Ljava/lang/Object;
            3    5     3      old  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      index    
      element  

  public void add(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 144
            aload 2 /* element */
            ldc "element"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 145
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.handler.codec.CodecOutputList.checkIndex:(I)V
         2: .line 147
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            arraylength
            if_icmpne 4
         3: .line 148
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.CodecOutputList.expandArray:()V
         4: .line 151
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            iconst_1
            isub
            if_icmpeq 6
         5: .line 152
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            iload 1 /* index */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* element */
            invokevirtual io.netty.handler.codec.CodecOutputList.insert:(ILjava/lang/Object;)V
         7: .line 156
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.CodecOutputList.size:I
            iconst_1
            iadd
            putfield io.netty.handler.codec.CodecOutputList.size:I
         8: .line 157
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/netty/handler/codec/CodecOutputList;
            0    9     1    index  I
            0    9     2  element  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      index    
      element  

  public java.lang.Object remove(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // int index
         0: .line 161
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.netty.handler.codec.CodecOutputList.checkIndex:(I)V
         1: .line 162
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            astore 2 /* old */
        start local 2 // java.lang.Object old
         2: .line 164
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            iload 1 /* index */
            isub
            iconst_1
            isub
            istore 3 /* len */
        start local 3 // int len
         3: .line 165
            iload 3 /* len */
            ifle 5
         4: .line 166
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 168
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            aload 0 /* this */
            dup
            getfield io.netty.handler.codec.CodecOutputList.size:I
            iconst_1
            isub
            dup_x1
            putfield io.netty.handler.codec.CodecOutputList.size:I
            aconst_null
            aastore
         6: .line 170
            aload 2 /* old */
            areturn
        end local 3 // int len
        end local 2 // java.lang.Object old
        end local 1 // int index
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/netty/handler/codec/CodecOutputList;
            0    7     1  index  I
            2    7     2    old  Ljava/lang/Object;
            3    7     3    len  I
    MethodParameters:
       Name  Flags
      index  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.CodecOutputList this
         0: .line 177
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.CodecOutputList.size:I
         1: .line 178
            return
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/CodecOutputList;

  boolean insertSinceRecycled();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.CodecOutputList this
         0: .line 184
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.insertSinceRecycled:Z
            ireturn
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/CodecOutputList;

  void recycle();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.CodecOutputList this
         0: .line 191
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 192
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* i */
            aconst_null
            aastore
         3: .line 191
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            if_icmplt 2
        end local 1 // int i
         5: .line 194
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.CodecOutputList.size:I
         6: .line 195
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.CodecOutputList.insertSinceRecycled:Z
         7: .line 197
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.recycler:Lio/netty/handler/codec/CodecOutputList$CodecOutputListRecycler;
            aload 0 /* this */
            invokeinterface io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler.recycle:(Lio/netty/handler/codec/CodecOutputList;)V
         8: .line 198
            return
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/netty/handler/codec/CodecOutputList;
            1    5     1     i  I

  java.lang.Object getUnsafe(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // int index
         0: .line 204
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/handler/codec/CodecOutputList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private void checkIndex(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // int index
         0: .line 208
            iload 1 /* index */
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.size:I
            if_icmplt 2
         1: .line 209
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/CodecOutputList;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private void insert(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.CodecOutputList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 214
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iload 1 /* index */
            aload 2 /* element */
            aastore
         1: .line 215
            aload 0 /* this */
            iconst_1
            putfield io.netty.handler.codec.CodecOutputList.insertSinceRecycled:Z
         2: .line 216
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/handler/codec/CodecOutputList;
            0    3     1    index  I
            0    3     2  element  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      index    
      element  

  private void expandArray();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.netty.handler.codec.CodecOutputList this
         0: .line 220
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            arraylength
            iconst_1
            ishl
            istore 1 /* newCapacity */
        start local 1 // int newCapacity
         1: .line 222
            iload 1 /* newCapacity */
            ifge 3
         2: .line 223
            new java.lang.OutOfMemoryError
            dup
            invokespecial java.lang.OutOfMemoryError.<init>:()V
            athrow
         3: .line 226
      StackMap locals: int
      StackMap stack:
            iload 1 /* newCapacity */
            anewarray java.lang.Object
            astore 2 /* newArray */
        start local 2 // java.lang.Object[] newArray
         4: .line 227
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            iconst_0
            aload 2 /* newArray */
            iconst_0
            aload 0 /* this */
            getfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 229
            aload 0 /* this */
            aload 2 /* newArray */
            putfield io.netty.handler.codec.CodecOutputList.array:[Ljava/lang/Object;
         6: .line 230
            return
        end local 2 // java.lang.Object[] newArray
        end local 1 // int newCapacity
        end local 0 // io.netty.handler.codec.CodecOutputList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/netty/handler/codec/CodecOutputList;
            1    7     1  newCapacity  I
            4    7     2     newArray  [Ljava/lang/Object;
}
Signature: Ljava/util/AbstractList<Ljava/lang/Object;>;Ljava/util/RandomAccess;
SourceFile: "CodecOutputList.java"
NestMembers:
  io.netty.handler.codec.CodecOutputList$1  io.netty.handler.codec.CodecOutputList$2  io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler  io.netty.handler.codec.CodecOutputList$CodecOutputLists
InnerClasses:
  io.netty.handler.codec.CodecOutputList$1
  io.netty.handler.codec.CodecOutputList$2
  private abstract CodecOutputListRecycler = io.netty.handler.codec.CodecOutputList$CodecOutputListRecycler of io.netty.handler.codec.CodecOutputList
  private final CodecOutputLists = io.netty.handler.codec.CodecOutputList$CodecOutputLists of io.netty.handler.codec.CodecOutputList