public final class org.xnio.ByteBufferPool$Set
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.xnio.ByteBufferPool$Set
  super_class: java.lang.Object
{
  private final org.xnio.ByteBufferPool small;
    descriptor: Lorg/xnio/ByteBufferPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.ByteBufferPool normal;
    descriptor: Lorg/xnio/ByteBufferPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.ByteBufferPool large;
    descriptor: Lorg/xnio/ByteBufferPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final org.xnio.ByteBufferPool$Set DIRECT;
    descriptor: Lorg/xnio/ByteBufferPool$Set;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.xnio.ByteBufferPool$Set HEAP;
    descriptor: Lorg/xnio/ByteBufferPool$Set;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 148
            new org.xnio.ByteBufferPool$Set
            dup
            getstatic org.xnio.ByteBufferPool.SMALL_DIRECT:Lorg/xnio/ByteBufferPool;
            getstatic org.xnio.ByteBufferPool.MEDIUM_DIRECT:Lorg/xnio/ByteBufferPool;
            getstatic org.xnio.ByteBufferPool.LARGE_DIRECT:Lorg/xnio/ByteBufferPool;
            invokespecial org.xnio.ByteBufferPool$Set.<init>:(Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;)V
            putstatic org.xnio.ByteBufferPool$Set.DIRECT:Lorg/xnio/ByteBufferPool$Set;
         1: .line 152
            new org.xnio.ByteBufferPool$Set
            dup
            getstatic org.xnio.ByteBufferPool.SMALL_HEAP:Lorg/xnio/ByteBufferPool;
            getstatic org.xnio.ByteBufferPool.MEDIUM_HEAP:Lorg/xnio/ByteBufferPool;
            getstatic org.xnio.ByteBufferPool.LARGE_HEAP:Lorg/xnio/ByteBufferPool;
            invokespecial org.xnio.ByteBufferPool$Set.<init>:(Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;)V
            putstatic org.xnio.ByteBufferPool$Set.HEAP:Lorg/xnio/ByteBufferPool$Set;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.xnio.ByteBufferPool, org.xnio.ByteBufferPool, org.xnio.ByteBufferPool);
    descriptor: (Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.xnio.ByteBufferPool$Set this
        start local 1 // org.xnio.ByteBufferPool small
        start local 2 // org.xnio.ByteBufferPool normal
        start local 3 // org.xnio.ByteBufferPool large
         0: .line 112
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 113
            aload 0 /* this */
            aload 1 /* small */
            putfield org.xnio.ByteBufferPool$Set.small:Lorg/xnio/ByteBufferPool;
         2: .line 114
            aload 0 /* this */
            aload 2 /* normal */
            putfield org.xnio.ByteBufferPool$Set.normal:Lorg/xnio/ByteBufferPool;
         3: .line 115
            aload 0 /* this */
            aload 3 /* large */
            putfield org.xnio.ByteBufferPool$Set.large:Lorg/xnio/ByteBufferPool;
         4: .line 116
            return
        end local 3 // org.xnio.ByteBufferPool large
        end local 2 // org.xnio.ByteBufferPool normal
        end local 1 // org.xnio.ByteBufferPool small
        end local 0 // org.xnio.ByteBufferPool$Set this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/xnio/ByteBufferPool$Set;
            0    5     1   small  Lorg/xnio/ByteBufferPool;
            0    5     2  normal  Lorg/xnio/ByteBufferPool;
            0    5     3   large  Lorg/xnio/ByteBufferPool;
    MethodParameters:
        Name  Flags
      small   final
      normal  final
      large   final

  public org.xnio.ByteBufferPool getSmall();
    descriptor: ()Lorg/xnio/ByteBufferPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ByteBufferPool$Set this
         0: .line 124
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$Set.small:Lorg/xnio/ByteBufferPool;
            areturn
        end local 0 // org.xnio.ByteBufferPool$Set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ByteBufferPool$Set;

  public org.xnio.ByteBufferPool getNormal();
    descriptor: ()Lorg/xnio/ByteBufferPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ByteBufferPool$Set this
         0: .line 133
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$Set.normal:Lorg/xnio/ByteBufferPool;
            areturn
        end local 0 // org.xnio.ByteBufferPool$Set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ByteBufferPool$Set;

  public org.xnio.ByteBufferPool getLarge();
    descriptor: ()Lorg/xnio/ByteBufferPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ByteBufferPool$Set this
         0: .line 142
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$Set.large:Lorg/xnio/ByteBufferPool;
            areturn
        end local 0 // org.xnio.ByteBufferPool$Set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ByteBufferPool$Set;
}
SourceFile: "ByteBufferPool.java"
NestHost: org.xnio.ByteBufferPool
InnerClasses:
  public final Set = org.xnio.ByteBufferPool$Set of org.xnio.ByteBufferPool