public final class at.yawk.numaec.MutableShortLongBTreeMapFactory implements at.yawk.numaec.MutableShortLongBufferMapFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: at.yawk.numaec.MutableShortLongBTreeMapFactory
  super_class: java.lang.Object
{
  private final at.yawk.numaec.LargeByteBufferAllocator allocator;
    descriptor: Lat/yawk/numaec/LargeByteBufferAllocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final at.yawk.numaec.BTreeConfig config;
    descriptor: Lat/yawk/numaec/BTreeConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(at.yawk.numaec.LargeByteBufferAllocator, at.yawk.numaec.BTreeConfig);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/BTreeConfig;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // at.yawk.numaec.MutableShortLongBTreeMapFactory this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        start local 2 // at.yawk.numaec.BTreeConfig config
         0: .line 9
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 10
            aload 0 /* this */
            aload 1 /* allocator */
            putfield at.yawk.numaec.MutableShortLongBTreeMapFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
         2: .line 11
            aload 0 /* this */
            aload 2 /* config */
            putfield at.yawk.numaec.MutableShortLongBTreeMapFactory.config:Lat/yawk/numaec/BTreeConfig;
         3: .line 12
            return
        end local 2 // at.yawk.numaec.BTreeConfig config
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.MutableShortLongBTreeMapFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lat/yawk/numaec/MutableShortLongBTreeMapFactory;
            0    4     1  allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
            0    4     2     config  Lat/yawk/numaec/BTreeConfig;
    MethodParameters:
           Name  Flags
      allocator  
      config     

  public static at.yawk.numaec.MutableShortLongBufferMapFactory withAllocator(at.yawk.numaec.LargeByteBufferAllocator);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)Lat/yawk/numaec/MutableShortLongBufferMapFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 15
            aload 0 /* allocator */
            invokestatic at.yawk.numaec.BTreeConfig.builder:()Lat/yawk/numaec/BTreeConfig$Builder;
            invokevirtual at.yawk.numaec.BTreeConfig$Builder.build:()Lat/yawk/numaec/BTreeConfig;
            invokestatic at.yawk.numaec.MutableShortLongBTreeMapFactory.withAllocatorAndConfig:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/BTreeConfig;)Lat/yawk/numaec/MutableShortLongBufferMapFactory;
            areturn
        end local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  public static at.yawk.numaec.MutableShortLongBufferMapFactory withAllocatorAndConfig(at.yawk.numaec.LargeByteBufferAllocator, at.yawk.numaec.BTreeConfig);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/BTreeConfig;)Lat/yawk/numaec/MutableShortLongBufferMapFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
        start local 1 // at.yawk.numaec.BTreeConfig config
         0: .line 21
            new at.yawk.numaec.MutableShortLongBTreeMapFactory
            dup
            aload 0 /* allocator */
            aload 1 /* config */
            invokespecial at.yawk.numaec.MutableShortLongBTreeMapFactory.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/BTreeConfig;)V
            areturn
        end local 1 // at.yawk.numaec.BTreeConfig config
        end local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
            0    1     1     config  Lat/yawk/numaec/BTreeConfig;
    MethodParameters:
           Name  Flags
      allocator  
      config     

  public at.yawk.numaec.MutableShortLongBufferMap empty();
    descriptor: ()Lat/yawk/numaec/MutableShortLongBufferMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // at.yawk.numaec.MutableShortLongBTreeMapFactory this
         0: .line 26
            new at.yawk.numaec.ShortLongBTreeMap$Mutable
            dup
            aload 0 /* this */
            getfield at.yawk.numaec.MutableShortLongBTreeMapFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
            aload 0 /* this */
            getfield at.yawk.numaec.MutableShortLongBTreeMapFactory.config:Lat/yawk/numaec/BTreeConfig;
            invokespecial at.yawk.numaec.ShortLongBTreeMap$Mutable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/BTreeConfig;)V
            areturn
        end local 0 // at.yawk.numaec.MutableShortLongBTreeMapFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/MutableShortLongBTreeMapFactory;

  public at.yawk.numaec.MutableShortLongBufferMap ofInitialCapacity(int);
    descriptor: (I)Lat/yawk/numaec/MutableShortLongBufferMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableShortLongBTreeMapFactory this
        start local 1 // int capacity
         0: .line 31
            aload 0 /* this */
            invokevirtual at.yawk.numaec.MutableShortLongBTreeMapFactory.empty:()Lat/yawk/numaec/MutableShortLongBufferMap;
            areturn
        end local 1 // int capacity
        end local 0 // at.yawk.numaec.MutableShortLongBTreeMapFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/MutableShortLongBTreeMapFactory;
            0    1     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public at.yawk.numaec.MutableShortLongBufferMap ofAll(org.eclipse.collections.api.map.primitive.ShortLongMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/ShortLongMap;)Lat/yawk/numaec/MutableShortLongBufferMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.MutableShortLongBTreeMapFactory this
        start local 1 // org.eclipse.collections.api.map.primitive.ShortLongMap map
         0: .line 36
            aload 0 /* this */
            aload 1 /* map */
            invokeinterface org.eclipse.collections.api.map.primitive.ShortLongMap.size:()I
            invokevirtual at.yawk.numaec.MutableShortLongBTreeMapFactory.ofInitialCapacity:(I)Lat/yawk/numaec/MutableShortLongBufferMap;
            astore 2 /* n */
        start local 2 // at.yawk.numaec.MutableShortLongBufferMap n
         1: .line 37
            aload 2 /* n */
            aload 1 /* map */
            invokeinterface at.yawk.numaec.MutableShortLongBufferMap.putAll:(Lorg/eclipse/collections/api/map/primitive/ShortLongMap;)V
         2: .line 38
            aload 2 /* n */
            areturn
        end local 2 // at.yawk.numaec.MutableShortLongBufferMap n
        end local 1 // org.eclipse.collections.api.map.primitive.ShortLongMap map
        end local 0 // at.yawk.numaec.MutableShortLongBTreeMapFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lat/yawk/numaec/MutableShortLongBTreeMapFactory;
            0    3     1   map  Lorg/eclipse/collections/api/map/primitive/ShortLongMap;
            1    3     2     n  Lat/yawk/numaec/MutableShortLongBufferMap;
    MethodParameters:
      Name  Flags
      map   

  public org.eclipse.collections.api.map.primitive.MutableShortLongMap withAll(org.eclipse.collections.api.map.primitive.ShortLongMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/ShortLongMap;)Lorg/eclipse/collections/api/map/primitive/MutableShortLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface at.yawk.numaec.MutableShortLongBufferMapFactory.withAll:(Lorg/eclipse/collections/api/map/primitive/ShortLongMap;)Lat/yawk/numaec/MutableShortLongBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableShortLongMap with();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableShortLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface at.yawk.numaec.MutableShortLongBufferMapFactory.with:()Lat/yawk/numaec/MutableShortLongBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableShortLongMap of();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableShortLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface at.yawk.numaec.MutableShortLongBufferMapFactory.of:()Lat/yawk/numaec/MutableShortLongBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableShortLongMap empty();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableShortLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual at.yawk.numaec.MutableShortLongBTreeMapFactory.empty:()Lat/yawk/numaec/MutableShortLongBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableShortLongMap withInitialCapacity(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableShortLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface at.yawk.numaec.MutableShortLongBufferMapFactory.withInitialCapacity:(I)Lat/yawk/numaec/MutableShortLongBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableShortLongMap ofInitialCapacity(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableShortLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual at.yawk.numaec.MutableShortLongBTreeMapFactory.ofInitialCapacity:(I)Lat/yawk/numaec/MutableShortLongBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableShortLongMap ofAll(org.eclipse.collections.api.map.primitive.ShortLongMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/ShortLongMap;)Lorg/eclipse/collections/api/map/primitive/MutableShortLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableShortLongBTreeMapFactory.ofAll:(Lorg/eclipse/collections/api/map/primitive/ShortLongMap;)Lat/yawk/numaec/MutableShortLongBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MutableShortLongBTreeMapFactory.java"
InnerClasses:
  public Builder = at.yawk.numaec.BTreeConfig$Builder of at.yawk.numaec.BTreeConfig
  public Mutable = at.yawk.numaec.ShortLongBTreeMap$Mutable of at.yawk.numaec.ShortLongBTreeMap