class sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray
  super_class: java.lang.Object
{
  final float[][] cache;
    descriptor: [[F
    flags: (0x0010) ACC_FINAL

  final int shift;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int secondLayerLength;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray this
        start local 1 // int size
        start local 2 // int shift
         0: .line 564
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 565
            aload 0 /* this */
            iload 2 /* shift */
            putfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.shift:I
         2: .line 566
            aload 0 /* this */
            iconst_1
            iload 2 /* shift */
            ishl
            anewarray float[]
            putfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.cache:[[F
         3: .line 567
            aload 0 /* this */
            iload 1 /* size */
            iload 2 /* shift */
            ishr
            putfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.secondLayerLength:I
         4: .line 568
            return
        end local 2 // int shift
        end local 1 // int size
        end local 0 // sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/font/CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray;
            0    5     1   size  I
            0    5     2  shift  I
    MethodParameters:
       Name  Flags
      size   final
      shift  final

  public float get(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray this
        start local 1 // int index
         0: .line 571
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.shift:I
            ishr
            istore 2 /* firstIndex */
        start local 2 // int firstIndex
         1: .line 572
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.cache:[[F
            iload 2 /* firstIndex */
            aaload
            astore 3 /* firstLayerRow */
        start local 3 // float[] firstLayerRow
         2: .line 573
            aload 3 /* firstLayerRow */
            ifnonnull 3
            fconst_0
            freturn
         3: .line 574
      StackMap locals: int float[]
      StackMap stack:
            aload 3 /* firstLayerRow */
            iload 1 /* index */
            iload 2 /* firstIndex */
            iconst_1
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.shift:I
            ishl
            imul
            isub
            faload
            freturn
        end local 3 // float[] firstLayerRow
        end local 2 // int firstIndex
        end local 1 // int index
        end local 0 // sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/font/CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray;
            0    4     1          index  I
            1    4     2     firstIndex  I
            2    4     3  firstLayerRow  [F
    MethodParameters:
       Name  Flags
      index  final

  public void put(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray this
        start local 1 // int index
        start local 2 // float value
         0: .line 578
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.shift:I
            ishr
            istore 3 /* firstIndex */
        start local 3 // int firstIndex
         1: .line 579
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.cache:[[F
            iload 3 /* firstIndex */
            aaload
            astore 4 /* firstLayerRow */
        start local 4 // float[] firstLayerRow
         2: .line 580
            aload 4 /* firstLayerRow */
            ifnonnull 6
         3: .line 581
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.cache:[[F
            iload 3 /* firstIndex */
         4: .line 582
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.secondLayerLength:I
            newarray 6
         5: .line 581
            dup
            astore 4 /* firstLayerRow */
            aastore
         6: .line 584
      StackMap locals: int float[]
      StackMap stack:
            aload 4 /* firstLayerRow */
            iload 1 /* index */
            iload 3 /* firstIndex */
            iconst_1
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray.shift:I
            ishl
            imul
            isub
            fload 2 /* value */
            fastore
         7: .line 585
            return
        end local 4 // float[] firstLayerRow
        end local 3 // int firstIndex
        end local 2 // float value
        end local 1 // int index
        end local 0 // sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lsun/font/CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray;
            0    8     1          index  I
            0    8     2          value  F
            1    8     3     firstIndex  I
            2    8     4  firstLayerRow  [F
    MethodParameters:
       Name  Flags
      index  final
      value  final
}
SourceFile: "CStrike.java"
NestHost: sun.font.CStrike
InnerClasses:
  private GlyphAdvanceCache = sun.font.CStrike$GlyphAdvanceCache of sun.font.CStrike
  private SparseBitShiftingTwoLayerArray = sun.font.CStrike$GlyphAdvanceCache$SparseBitShiftingTwoLayerArray of sun.font.CStrike$GlyphAdvanceCache