public final class at.yawk.numaec.MutableByteShortLinearHashMapFactory implements at.yawk.numaec.MutableByteShortBufferMapFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: at.yawk.numaec.MutableByteShortLinearHashMapFactory
  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.LinearHashMapConfig config;
    descriptor: Lat/yawk/numaec/LinearHashMapConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public static org.eclipse.collections.api.factory.map.primitive.MutableByteShortMapFactory withAllocator(at.yawk.numaec.LargeByteBufferAllocator);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)Lorg/eclipse/collections/api/factory/map/primitive/MutableByteShortMapFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 16
            aload 0 /* allocator */
            invokestatic at.yawk.numaec.LinearHashMapConfig.builder:()Lat/yawk/numaec/LinearHashMapConfig$Builder;
            invokevirtual at.yawk.numaec.LinearHashMapConfig$Builder.build:()Lat/yawk/numaec/LinearHashMapConfig;
            invokestatic at.yawk.numaec.MutableByteShortLinearHashMapFactory.withAllocatorAndConfig:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)Lorg/eclipse/collections/api/factory/map/primitive/MutableByteShortMapFactory;
            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 org.eclipse.collections.api.factory.map.primitive.MutableByteShortMapFactory withAllocatorAndConfig(at.yawk.numaec.LargeByteBufferAllocator, at.yawk.numaec.LinearHashMapConfig);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)Lorg/eclipse/collections/api/factory/map/primitive/MutableByteShortMapFactory;
    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.LinearHashMapConfig config
         0: .line 22
            new at.yawk.numaec.MutableByteShortLinearHashMapFactory
            dup
            aload 0 /* allocator */
            aload 1 /* config */
            invokespecial at.yawk.numaec.MutableByteShortLinearHashMapFactory.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)V
            areturn
        end local 1 // at.yawk.numaec.LinearHashMapConfig 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/LinearHashMapConfig;
    MethodParameters:
           Name  Flags
      allocator  
      config     

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

  public at.yawk.numaec.MutableByteShortBufferMap ofInitialCapacity(int);
    descriptor: (I)Lat/yawk/numaec/MutableByteShortBufferMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // at.yawk.numaec.MutableByteShortLinearHashMapFactory this
        start local 1 // int capacity
         0: .line 32
            new at.yawk.numaec.ByteShortLinearHashMap$Mutable
            dup
            aload 0 /* this */
            getfield at.yawk.numaec.MutableByteShortLinearHashMapFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
            aload 0 /* this */
            getfield at.yawk.numaec.MutableByteShortLinearHashMapFactory.config:Lat/yawk/numaec/LinearHashMapConfig;
            invokespecial at.yawk.numaec.ByteShortLinearHashMap$Mutable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)V
            astore 2 /* map */
        start local 2 // at.yawk.numaec.ByteShortLinearHashMap$Mutable map
         1: .line 33
            aload 2 /* map */
            iload 1 /* capacity */
            invokevirtual at.yawk.numaec.ByteShortLinearHashMap$Mutable.ensureCapacity:(I)V
         2: .line 34
            aload 2 /* map */
            areturn
        end local 2 // at.yawk.numaec.ByteShortLinearHashMap$Mutable map
        end local 1 // int capacity
        end local 0 // at.yawk.numaec.MutableByteShortLinearHashMapFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lat/yawk/numaec/MutableByteShortLinearHashMapFactory;
            0    3     1  capacity  I
            1    3     2       map  Lat/yawk/numaec/ByteShortLinearHashMap$Mutable;
    MethodParameters:
          Name  Flags
      capacity  

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

  public org.eclipse.collections.api.map.primitive.MutableByteShortMap withAll(org.eclipse.collections.api.map.primitive.ByteShortMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/ByteShortMap;)Lorg/eclipse/collections/api/map/primitive/MutableByteShortMap;
    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.MutableByteShortBufferMapFactory.withAll:(Lorg/eclipse/collections/api/map/primitive/ByteShortMap;)Lat/yawk/numaec/MutableByteShortBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableByteShortMap with();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableByteShortMap;
    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.MutableByteShortBufferMapFactory.with:()Lat/yawk/numaec/MutableByteShortBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableByteShortMap of();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableByteShortMap;
    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.MutableByteShortBufferMapFactory.of:()Lat/yawk/numaec/MutableByteShortBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableByteShortMap empty();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableByteShortMap;
    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.MutableByteShortLinearHashMapFactory.empty:()Lat/yawk/numaec/MutableByteShortBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableByteShortMap withInitialCapacity(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableByteShortMap;
    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.MutableByteShortBufferMapFactory.withInitialCapacity:(I)Lat/yawk/numaec/MutableByteShortBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableByteShortMap ofInitialCapacity(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableByteShortMap;
    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.MutableByteShortLinearHashMapFactory.ofInitialCapacity:(I)Lat/yawk/numaec/MutableByteShortBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.MutableByteShortMap ofAll(org.eclipse.collections.api.map.primitive.ByteShortMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/ByteShortMap;)Lorg/eclipse/collections/api/map/primitive/MutableByteShortMap;
    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.MutableByteShortLinearHashMapFactory.ofAll:(Lorg/eclipse/collections/api/map/primitive/ByteShortMap;)Lat/yawk/numaec/MutableByteShortBufferMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MutableByteShortLinearHashMapFactory.java"
InnerClasses:
  public Mutable = at.yawk.numaec.ByteShortLinearHashMap$Mutable of at.yawk.numaec.ByteShortLinearHashMap
  public Builder = at.yawk.numaec.LinearHashMapConfig$Builder of at.yawk.numaec.LinearHashMapConfig