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

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

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

  protected void writeBranchEntry(at.yawk.numaec.LargeByteBuffer, long, long, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;JJJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
        start local 4 // long key
        start local 6 // long value
         0: .line 30
            aload 1 /* lbb */
            lload 2 /* address */
            lload 4 /* key */
            invokestatic at.yawk.numaec.ByteFloatBTreeMap.fromKey:(J)B
            invokeinterface at.yawk.numaec.LargeByteBuffer.setByte:(JB)V
         1: .line 31
            aload 0 /* this */
            getfield at.yawk.numaec.ByteFloatBTreeMap$1.val$config:Lat/yawk/numaec/BTreeConfig;
            getfield at.yawk.numaec.BTreeConfig.entryMustBeInLeaf:Z
            ifne 3
         2: .line 32
            aload 1 /* lbb */
            lload 2 /* address */
            lconst_1
            ladd
            lload 6 /* value */
            invokestatic at.yawk.numaec.ByteFloatBTreeMap.fromValue:(J)F
            invokeinterface at.yawk.numaec.LargeByteBuffer.setFloat:(JF)V
         3: .line 34
      StackMap locals:
      StackMap stack:
            return
        end local 6 // long value
        end local 4 // long key
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lat/yawk/numaec/ByteFloatBTreeMap$1;
            0    4     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    4     2  address  J
            0    4     4      key  J
            0    4     6    value  J
    MethodParameters:
         Name  Flags
      lbb      
      address  
      key      
      value    

  protected void writeLeafEntry(at.yawk.numaec.LargeByteBuffer, long, long, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;JJJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
        start local 4 // long key
        start local 6 // long value
         0: .line 38
            aload 1 /* lbb */
            lload 2 /* address */
            lload 4 /* key */
            invokestatic at.yawk.numaec.ByteFloatBTreeMap.fromKey:(J)B
            invokeinterface at.yawk.numaec.LargeByteBuffer.setByte:(JB)V
         1: .line 39
            aload 1 /* lbb */
            lload 2 /* address */
            lconst_1
            ladd
            lload 6 /* value */
            invokestatic at.yawk.numaec.ByteFloatBTreeMap.fromValue:(J)F
            invokeinterface at.yawk.numaec.LargeByteBuffer.setFloat:(JF)V
         2: .line 40
            return
        end local 6 // long value
        end local 4 // long key
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lat/yawk/numaec/ByteFloatBTreeMap$1;
            0    3     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    3     2  address  J
            0    3     4      key  J
            0    3     6    value  J
    MethodParameters:
         Name  Flags
      lbb      
      address  
      key      
      value    

  protected long readBranchKey(at.yawk.numaec.LargeByteBuffer, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;J)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
         0: .line 44
            aload 1 /* lbb */
            lload 2 /* address */
            invokeinterface at.yawk.numaec.LargeByteBuffer.getByte:(J)B
            invokestatic at.yawk.numaec.ByteFloatBTreeMap.toKey:(B)J
            lreturn
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lat/yawk/numaec/ByteFloatBTreeMap$1;
            0    1     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    1     2  address  J
    MethodParameters:
         Name  Flags
      lbb      
      address  

  protected long readBranchValue(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.ByteFloatBTreeMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
         0: .line 49
            aload 0 /* this */
            getfield at.yawk.numaec.ByteFloatBTreeMap$1.val$config:Lat/yawk/numaec/BTreeConfig;
            getfield at.yawk.numaec.BTreeConfig.entryMustBeInLeaf:Z
            ifeq 2
         1: .line 50
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 52
      StackMap locals:
      StackMap stack:
            aload 1 /* lbb */
            lload 2 /* address */
            lconst_1
            ladd
            invokeinterface at.yawk.numaec.LargeByteBuffer.getFloat:(J)F
            invokestatic at.yawk.numaec.ByteFloatBTreeMap.toValue:(F)J
            lreturn
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lat/yawk/numaec/ByteFloatBTreeMap$1;
            0    3     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    3     2  address  J
    MethodParameters:
         Name  Flags
      lbb      
      address  

  protected long readLeafKey(at.yawk.numaec.LargeByteBuffer, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;J)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
         0: .line 58
            aload 1 /* lbb */
            lload 2 /* address */
            invokeinterface at.yawk.numaec.LargeByteBuffer.getByte:(J)B
            invokestatic at.yawk.numaec.ByteFloatBTreeMap.toKey:(B)J
            lreturn
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lat/yawk/numaec/ByteFloatBTreeMap$1;
            0    1     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    1     2  address  J
    MethodParameters:
         Name  Flags
      lbb      
      address  

  protected long readLeafValue(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.ByteFloatBTreeMap$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer lbb
        start local 2 // long address
         0: .line 63
            aload 1 /* lbb */
            lload 2 /* address */
            lconst_1
            ladd
            invokeinterface at.yawk.numaec.LargeByteBuffer.getFloat:(J)F
            invokestatic at.yawk.numaec.ByteFloatBTreeMap.toValue:(F)J
            lreturn
        end local 2 // long address
        end local 1 // at.yawk.numaec.LargeByteBuffer lbb
        end local 0 // at.yawk.numaec.ByteFloatBTreeMap$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lat/yawk/numaec/ByteFloatBTreeMap$1;
            0    1     1      lbb  Lat/yawk/numaec/LargeByteBuffer;
            0    1     2  address  J
    MethodParameters:
         Name  Flags
      lbb      
      address  
}
SourceFile: "ByteFloatBTreeMap.java"
EnclosingMethod: at.yawk.numaec.ByteFloatBTreeMap.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;Lat/yawk/numaec/BTreeConfig;)V
NestHost: at.yawk.numaec.ByteFloatBTreeMap
InnerClasses:
  at.yawk.numaec.ByteFloatBTreeMap$1