class at.yawk.numaec.FloatLongLinearHashMap$1 extends at.yawk.numaec.LinearHashTable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.FloatLongLinearHashMap$1
  super_class: at.yawk.numaec.LinearHashTable
{
  final at.yawk.numaec.FloatLongLinearHashMap this$0;
    descriptor: Lat/yawk/numaec/FloatLongLinearHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$hashLength;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(at.yawk.numaec.FloatLongLinearHashMap, at.yawk.numaec.LargeByteBufferAllocator, at.yawk.numaec.LinearHashMapConfig, int, int);
    descriptor: (Lat/yawk/numaec/FloatLongLinearHashMap;Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
        start local 2 // at.yawk.numaec.LargeByteBufferAllocator $anonymous0
        start local 3 // at.yawk.numaec.LinearHashMapConfig $anonymous1
        start local 4 // int $anonymous2
         0: .line 33
            aload 0 /* this */
            aload 1
            putfield at.yawk.numaec.FloatLongLinearHashMap$1.this$0:Lat/yawk/numaec/FloatLongLinearHashMap;
            aload 0 /* this */
            iload 5
            putfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial at.yawk.numaec.LinearHashTable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;I)V
            return
        end local 4 // int $anonymous2
        end local 3 // at.yawk.numaec.LinearHashMapConfig $anonymous1
        end local 2 // at.yawk.numaec.LargeByteBufferAllocator $anonymous0
        end local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lat/yawk/numaec/FloatLongLinearHashMap$1;
            0    1     2  $anonymous0  Lat/yawk/numaec/LargeByteBufferAllocator;
            0    1     3  $anonymous1  Lat/yawk/numaec/LinearHashMapConfig;
            0    1     4  $anonymous2  I
    MethodParameters:
                Name  Flags
      this$0          final
      $anonymous0     
      $anonymous1     
      $anonymous2     
      val$hashLength  final

  protected void write(at.yawk.numaec.LargeByteBuffer, long, long, long, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;JJJJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
        start local 4 // long hash
        start local 6 // long key
        start local 8 // long value
         0: .line 36
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            ifeq 4
         1: .line 37
            lload 4 /* hash */
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.this$0:Lat/yawk/numaec/FloatLongLinearHashMap;
            getfield at.yawk.numaec.FloatLongLinearHashMap.hashMask:J
            ldc -1
            lxor
            land
            lconst_0
            lcmp
            ifeq 3
         2: .line 38
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 40
      StackMap locals:
      StackMap stack:
            aload 1 /* lbb */
            lload 2 /* address */
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            lload 4 /* hash */
            invokestatic java.lang.Long.reverse:(J)J
            invokestatic at.yawk.numaec.BTree.uset:(Lat/yawk/numaec/LargeByteBuffer;JIJ)V
         4: .line 42
      StackMap locals:
      StackMap stack:
            aload 1 /* lbb */
            lload 2 /* address */
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            i2l
            ladd
            lload 6 /* key */
            invokestatic at.yawk.numaec.FloatLongLinearHashMap.fromKey:(J)F
            invokeinterface at.yawk.numaec.LargeByteBuffer.setFloat:(JF)V
         5: .line 43
            aload 1 /* lbb */
            lload 2 /* address */
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            i2l
            ladd
            ldc 4
            ladd
            lload 8 /* value */
            invokestatic at.yawk.numaec.FloatLongLinearHashMap.fromValue:(J)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.setLong:(JJ)V
         6: .line 44
            return
        end local 8 // long value
        end local 6 // long key
        end local 4 // long hash
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lat/yawk/numaec/FloatLongLinearHashMap$1;
            0    7     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    7     2  address  J
            0    7     4     hash  J
            0    7     6      key  J
            0    7     8    value  J
    MethodParameters:
         Name  Flags
      lbb      
      address  
      hash     
      key      
      value    

  protected long readHash(at.yawk.numaec.LargeByteBuffer, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;J)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
         0: .line 48
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            ifne 2
         1: .line 49
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.this$0:Lat/yawk/numaec/FloatLongLinearHashMap;
            aload 0 /* this */
            aload 1 /* lbb */
            lload 2 /* address */
            invokevirtual at.yawk.numaec.FloatLongLinearHashMap$1.readKey:(Lat/yawk/numaec/LargeByteBuffer;J)J
            invokestatic at.yawk.numaec.FloatLongLinearHashMap.fromKey:(J)F
            invokevirtual at.yawk.numaec.FloatLongLinearHashMap.hash:(F)J
            lreturn
         2: .line 51
      StackMap locals:
      StackMap stack:
            aload 1 /* lbb */
            lload 2 /* address */
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            invokestatic at.yawk.numaec.BTree.uget:(Lat/yawk/numaec/LargeByteBuffer;JI)J
            invokestatic java.lang.Long.reverse:(J)J
            lreturn
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lat/yawk/numaec/FloatLongLinearHashMap$1;
            0    3     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    3     2  address  J
    MethodParameters:
         Name  Flags
      lbb      
      address  

  protected long readKey(at.yawk.numaec.LargeByteBuffer, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;J)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
         0: .line 57
            aload 1 /* lbb */
            lload 2 /* address */
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            i2l
            ladd
            invokeinterface at.yawk.numaec.LargeByteBuffer.getFloat:(J)F
            invokestatic at.yawk.numaec.FloatLongLinearHashMap.toKey:(F)J
            lreturn
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lat/yawk/numaec/FloatLongLinearHashMap$1;
            0    1     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    1     2  address  J
    MethodParameters:
         Name  Flags
      lbb      
      address  

  protected long readValue(at.yawk.numaec.LargeByteBuffer, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;J)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
         0: .line 62
            aload 1 /* lbb */
            lload 2 /* address */
            aload 0 /* this */
            getfield at.yawk.numaec.FloatLongLinearHashMap$1.val$hashLength:I
            i2l
            ladd
            ldc 4
            ladd
            invokeinterface at.yawk.numaec.LargeByteBuffer.getLong:(J)J
            invokestatic at.yawk.numaec.FloatLongLinearHashMap.toValue:(J)J
            lreturn
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.FloatLongLinearHashMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lat/yawk/numaec/FloatLongLinearHashMap$1;
            0    1     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    1     2  address  J
    MethodParameters:
         Name  Flags
      lbb      
      address  
}
SourceFile: "FloatLongLinearHashMap.java"
EnclosingMethod: at.yawk.numaec.FloatLongLinearHashMap.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/LinearHashMapConfig;)V
NestHost: at.yawk.numaec.FloatLongLinearHashMap
InnerClasses:
  at.yawk.numaec.FloatLongLinearHashMap$1