final class org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray extends org.apache.lucene.util.BytesRefHash$DirectBytesStartArray
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray
  super_class: org.apache.lucene.util.BytesRefHash$DirectBytesStartArray
{
  int[] start;
    descriptor: [I
    flags: (0x0000) 

  int[] end;
    descriptor: [I
    flags: (0x0000) 

  int[] freq;
    descriptor: [I
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1680
            ldc Lorg/apache/lucene/index/memory/MemoryIndex;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray this
        start local 1 // int initSize
         0: .line 1686
            aload 0 /* this */
            iload 1 /* initSize */
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.<init>:(I)V
         1: .line 1687
            return
        end local 1 // int initSize
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/lucene/index/memory/MemoryIndex$SliceByteStartArray;
            0    2     1  initSize  I
    MethodParameters:
          Name  Flags
      initSize  

  public int[] init();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray this
         0: .line 1691
            aload 0 /* this */
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.init:()[I
            astore 1 /* ord */
        start local 1 // int[] ord
         1: .line 1692
            aload 0 /* this */
            aload 1 /* ord */
            arraylength
            iconst_4
            invokestatic org.apache.lucene.util.ArrayUtil.oversize:(II)I
            newarray 10
            putfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.start:[I
         2: .line 1693
            aload 0 /* this */
            aload 1 /* ord */
            arraylength
            iconst_4
            invokestatic org.apache.lucene.util.ArrayUtil.oversize:(II)I
            newarray 10
            putfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.end:[I
         3: .line 1694
            aload 0 /* this */
            aload 1 /* ord */
            arraylength
            iconst_4
            invokestatic org.apache.lucene.util.ArrayUtil.oversize:(II)I
            newarray 10
            putfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.freq:[I
         4: .line 1695
            getstatic org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.start:[I
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 1696
      StackMap locals: int[]
      StackMap stack:
            getstatic org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.$assertionsDisabled:Z
            ifne 6
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.end:[I
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 1697
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.$assertionsDisabled:Z
            ifne 7
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.freq:[I
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 1698
      StackMap locals:
      StackMap stack:
            aload 1 /* ord */
            areturn
        end local 1 // int[] ord
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$SliceByteStartArray;
            1    8     1   ord  [I

  public int[] grow();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray this
         0: .line 1703
            aload 0 /* this */
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.grow:()[I
            astore 1 /* ord */
        start local 1 // int[] ord
         1: .line 1704
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.start:[I
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 5
         2: .line 1705
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.start:[I
            aload 1 /* ord */
            arraylength
            invokestatic org.apache.lucene.util.ArrayUtil.grow:([II)[I
            putfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.start:[I
         3: .line 1706
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.end:[I
            aload 1 /* ord */
            arraylength
            invokestatic org.apache.lucene.util.ArrayUtil.grow:([II)[I
            putfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.end:[I
         4: .line 1707
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.freq:[I
            aload 1 /* ord */
            arraylength
            invokestatic org.apache.lucene.util.ArrayUtil.grow:([II)[I
            putfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.freq:[I
         5: .line 1709
      StackMap locals: int[]
      StackMap stack:
            getstatic org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.$assertionsDisabled:Z
            ifne 6
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.start:[I
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 1710
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.$assertionsDisabled:Z
            ifne 7
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.end:[I
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 1711
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.freq:[I
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 1712
      StackMap locals:
      StackMap stack:
            aload 1 /* ord */
            areturn
        end local 1 // int[] ord
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$SliceByteStartArray;
            1    9     1   ord  [I

  public int[] clear();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray this
         0: .line 1717
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.end:[I
            putfield org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray.start:[I
         1: .line 1718
            aload 0 /* this */
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.clear:()[I
            areturn
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$SliceByteStartArray;
}
SourceFile: "MemoryIndex.java"
NestHost: org.apache.lucene.index.memory.MemoryIndex
InnerClasses:
  private final SliceByteStartArray = org.apache.lucene.index.memory.MemoryIndex$SliceByteStartArray of org.apache.lucene.index.memory.MemoryIndex
  public DirectBytesStartArray = org.apache.lucene.util.BytesRefHash$DirectBytesStartArray of org.apache.lucene.util.BytesRefHash