final class io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry
  super_class: java.lang.Object
{
  final io.netty.util.Recycler$Handle<io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry<?>> recyclerHandle;
    descriptor: Lio/netty/util/Recycler$Handle;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<*>;>;

  io.netty.buffer.PoolChunk<T> chunk;
    descriptor: Lio/netty/buffer/PoolChunk;
    flags: (0x0000) 
    Signature: Lio/netty/buffer/PoolChunk<TT;>;

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

  void <init>(io.netty.util.Recycler$Handle<io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry<?>>);
    descriptor: (Lio/netty/util/Recycler$Handle;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry this
        start local 1 // io.netty.util.Recycler$Handle recyclerHandle
         0: .line 451
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 449
            aload 0 /* this */
            ldc -1
            putfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.handle:J
         2: .line 452
            aload 0 /* this */
            aload 1 /* recyclerHandle */
            putfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.recyclerHandle:Lio/netty/util/Recycler$Handle;
         3: .line 453
            return
        end local 1 // io.netty.util.Recycler$Handle recyclerHandle
        end local 0 // io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<TT;>;
            0    4     1  recyclerHandle  Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<*>;>;
    Signature: (Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<*>;>;)V
    MethodParameters:
                Name  Flags
      recyclerHandle  

  void recycle();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry this
         0: .line 456
            aload 0 /* this */
            aconst_null
            putfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.chunk:Lio/netty/buffer/PoolChunk;
         1: .line 457
            aload 0 /* this */
            ldc -1
            putfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.handle:J
         2: .line 458
            aload 0 /* this */
            getfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.recyclerHandle:Lio/netty/util/Recycler$Handle;
            aload 0 /* this */
            invokeinterface io.netty.util.Recycler$Handle.recycle:(Ljava/lang/Object;)V
         3: .line 459
            return
        end local 0 // io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "PoolThreadCache.java"
NestHost: io.netty.buffer.PoolThreadCache
InnerClasses:
  private abstract MemoryRegionCache = io.netty.buffer.PoolThreadCache$MemoryRegionCache of io.netty.buffer.PoolThreadCache
  final Entry = io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry of io.netty.buffer.PoolThreadCache$MemoryRegionCache
  public abstract Handle = io.netty.util.Recycler$Handle of io.netty.util.Recycler