public abstract class org.apache.lucene.util.StringHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.util.StringHelper
  super_class: java.lang.Object
{
  public static final int GOOD_FAST_HASH_SEED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static java.math.BigInteger nextId;
    descriptor: Ljava/math/BigInteger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final java.math.BigInteger mask128;
    descriptor: Ljava/math/BigInteger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.Object idLock;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final int ID_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  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=5, locals=11, args_size=0
         0: .line 32
            ldc Lorg/apache/lucene/util/StringHelper;
            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.util.StringHelper.$assertionsDisabled:Z
         3: .line 135
            ldc "tests.seed"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* prop */
        start local 0 // java.lang.String prop
         4: .line 136
            aload 0 /* prop */
            ifnull 7
         5: .line 139
            aload 0 /* prop */
            invokevirtual java.lang.String.hashCode:()I
            putstatic org.apache.lucene.util.StringHelper.GOOD_FAST_HASH_SEED:I
         6: .line 140
            goto 8
         7: .line 141
      StackMap locals: java.lang.String
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            l2i
            putstatic org.apache.lucene.util.StringHelper.GOOD_FAST_HASH_SEED:I
        end local 0 // java.lang.String prop
         8: .line 207
      StackMap locals:
      StackMap stack:
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic org.apache.lucene.util.StringHelper.idLock:Ljava/lang/Object;
         9: .line 211
            bipush 16
            newarray 8
            astore 0 /* maskBytes128 */
        start local 0 // byte[] maskBytes128
        10: .line 212
            aload 0 /* maskBytes128 */
            iconst_m1
            invokestatic java.util.Arrays.fill:([BB)V
        11: .line 213
            new java.math.BigInteger
            dup
            iconst_1
            aload 0 /* maskBytes128 */
            invokespecial java.math.BigInteger.<init>:(I[B)V
            putstatic org.apache.lucene.util.StringHelper.mask128:Ljava/math/BigInteger;
        12: .line 215
            ldc "tests.seed"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* prop */
        start local 1 // java.lang.String prop
        13: .line 221
            aload 1 /* prop */
            ifnull 19
        14: .line 224
            aload 1 /* prop */
            invokevirtual java.lang.String.length:()I
            bipush 8
            if_icmple 16
        15: .line 225
            aload 1 /* prop */
            aload 1 /* prop */
            invokevirtual java.lang.String.length:()I
            bipush 8
            isub
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 1 /* prop */
        16: .line 227
      StackMap locals: byte[] java.lang.String
      StackMap stack:
            aload 1 /* prop */
            bipush 16
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;I)J
            lstore 2 /* x0 */
        start local 2 // long x0
        17: .line 228
            lload 2 /* x0 */
            lstore 4 /* x1 */
        start local 4 // long x1
        18: .line 229
            goto 43
        end local 4 // long x1
        end local 2 // long x0
        19: .line 231
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6
            aconst_null
            astore 7
        20: new java.io.DataInputStream
            dup
            ldc "/dev/urandom"
            iconst_0
            anewarray java.lang.String
            invokestatic java.nio.file.Paths.get:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            iconst_0
            anewarray java.nio.file.OpenOption
            invokestatic java.nio.file.Files.newInputStream:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream;
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            astore 8 /* is */
        start local 8 // java.io.DataInputStream is
        21: .line 232
            aload 8 /* is */
            invokevirtual java.io.DataInputStream.readLong:()J
            lstore 2 /* x0 */
        start local 2 // long x0
        22: .line 233
            aload 8 /* is */
            invokevirtual java.io.DataInputStream.readLong:()J
            lstore 4 /* x1 */
        start local 4 // long x1
        23: .line 234
            aload 8 /* is */
            ifnull 43
            aload 8 /* is */
            invokevirtual java.io.DataInputStream.close:()V
            goto 43
        end local 4 // long x1
        end local 2 // long x0
      StackMap locals: byte[] java.lang.String top top top top java.lang.Throwable java.lang.Throwable java.io.DataInputStream
      StackMap stack: java.lang.Throwable
        24: astore 6
            aload 8 /* is */
            ifnull 25
            aload 8 /* is */
            invokevirtual java.io.DataInputStream.close:()V
        end local 8 // java.io.DataInputStream is
      StackMap locals:
      StackMap stack:
        25: aload 6
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        26: astore 7
            aload 6
            ifnonnull 27
            aload 7
            astore 6
            goto 28
      StackMap locals:
      StackMap stack:
        27: aload 6
            aload 7
            if_acmpeq 28
            aload 6
            aload 7
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        28: aload 6
            athrow
      StackMap locals: byte[] java.lang.String
      StackMap stack: java.lang.Exception
        29: pop
        30: .line 237
            invokestatic java.lang.System.nanoTime:()J
            lstore 2 /* x0 */
        start local 2 // long x0
        31: .line 238
            ldc Lorg/apache/lucene/util/StringHelper;
            invokevirtual java.lang.Object.hashCode:()I
            bipush 32
            ishl
            i2l
            lstore 4 /* x1 */
        start local 4 // long x1
        32: .line 240
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 6 /* sb */
        start local 6 // java.lang.StringBuilder sb
        33: .line 243
            invokestatic java.lang.System.getProperties:()Ljava/util/Properties;
            astore 7 /* p */
        start local 7 // java.util.Properties p
        34: .line 244
            aload 7 /* p */
            invokevirtual java.util.Properties.stringPropertyNames:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 9
            goto 38
      StackMap locals: byte[] java.lang.String long long java.lang.StringBuilder java.util.Properties top java.util.Iterator
      StackMap stack:
        35: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 8 /* s */
        start local 8 // java.lang.String s
        36: .line 245
            aload 6 /* sb */
            aload 8 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        37: .line 246
            aload 6 /* sb */
            aload 7 /* p */
            aload 8 /* s */
            invokevirtual java.util.Properties.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 8 // java.lang.String s
        38: .line 244
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 35
        39: .line 248
            lload 4 /* x1 */
            aload 6 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            i2l
            lor
            lstore 4 /* x1 */
        end local 7 // java.util.Properties p
        40: .line 249
            goto 43
      StackMap locals: byte[] java.lang.String long long java.lang.StringBuilder
      StackMap stack: java.lang.SecurityException
        41: pop
        42: .line 251
            lload 4 /* x1 */
            ldc Ljava/lang/StringBuffer;
            invokevirtual java.lang.Object.hashCode:()I
            i2l
            lor
            lstore 4 /* x1 */
        end local 6 // java.lang.StringBuilder sb
        43: .line 259
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        44: goto 51
        45: .line 260
      StackMap locals: int
      StackMap stack:
            lload 2 /* x0 */
            lstore 7 /* s1 */
        start local 7 // long s1
        46: .line 261
            lload 4 /* x1 */
            lstore 9 /* s0 */
        start local 9 // long s0
        47: .line 262
            lload 9 /* s0 */
            lstore 2 /* x0 */
        48: .line 263
            lload 7 /* s1 */
            lload 7 /* s1 */
            bipush 23
            lshl
            lxor
            lstore 7 /* s1 */
        49: .line 264
            lload 7 /* s1 */
            lload 9 /* s0 */
            lxor
            lload 7 /* s1 */
            bipush 17
            lushr
            lxor
            lload 9 /* s0 */
            bipush 26
            lushr
            lxor
            lstore 4 /* x1 */
        end local 9 // long s0
        end local 7 // long s1
        50: .line 259
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        51: iload 6 /* i */
            bipush 10
            if_icmplt 45
        end local 6 // int i
        52: .line 268
            bipush 8
            newarray 8
            astore 6 /* maskBytes64 */
        start local 6 // byte[] maskBytes64
        53: .line 269
            aload 6 /* maskBytes64 */
            iconst_m1
            invokestatic java.util.Arrays.fill:([BB)V
        54: .line 270
            new java.math.BigInteger
            dup
            iconst_1
            aload 6 /* maskBytes64 */
            invokespecial java.math.BigInteger.<init>:(I[B)V
            astore 7 /* mask64 */
        start local 7 // java.math.BigInteger mask64
        55: .line 273
            lload 2 /* x0 */
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            aload 7 /* mask64 */
            invokevirtual java.math.BigInteger.and:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            astore 8 /* unsignedX0 */
        start local 8 // java.math.BigInteger unsignedX0
        56: .line 274
            lload 4 /* x1 */
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            aload 7 /* mask64 */
            invokevirtual java.math.BigInteger.and:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            astore 9 /* unsignedX1 */
        start local 9 // java.math.BigInteger unsignedX1
        57: .line 277
            aload 8 /* unsignedX0 */
            bipush 64
            invokevirtual java.math.BigInteger.shiftLeft:(I)Ljava/math/BigInteger;
            aload 9 /* unsignedX1 */
            invokevirtual java.math.BigInteger.or:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            putstatic org.apache.lucene.util.StringHelper.nextId:Ljava/math/BigInteger;
        end local 9 // java.math.BigInteger unsignedX1
        end local 8 // java.math.BigInteger unsignedX0
        end local 7 // java.math.BigInteger mask64
        end local 6 // byte[] maskBytes64
        end local 4 // long x1
        end local 2 // long x0
        end local 1 // java.lang.String prop
        end local 0 // byte[] maskBytes128
        58: .line 281
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            4    8     0          prop  Ljava/lang/String;
           10   58     0  maskBytes128  [B
           13   58     1          prop  Ljava/lang/String;
           17   19     2            x0  J
           22   24     2            x0  J
           31   58     2            x0  J
           18   19     4            x1  J
           23   24     4            x1  J
           32   58     4            x1  J
           21   25     8            is  Ljava/io/DataInputStream;
           33   43     6            sb  Ljava/lang/StringBuilder;
           34   40     7             p  Ljava/util/Properties;
           36   38     8             s  Ljava/lang/String;
           44   52     6             i  I
           46   50     7            s1  J
           47   50     9            s0  J
           53   58     6   maskBytes64  [B
           55   58     7        mask64  Ljava/math/BigInteger;
           56   58     8    unsignedX0  Ljava/math/BigInteger;
           57   58     9    unsignedX1  Ljava/math/BigInteger;
      Exception table:
        from    to  target  type
          21    23      24  any
          20    26      26  any
          19    29      29  Class java.lang.Exception
          33    40      41  Class java.lang.SecurityException

  public static int bytesDifference(org.apache.lucene.util.BytesRef, org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.BytesRef priorTerm
        start local 1 // org.apache.lucene.util.BytesRef currentTerm
         0: .line 44
            aload 0 /* priorTerm */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 0 /* priorTerm */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 0 /* priorTerm */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 0 /* priorTerm */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
         1: .line 45
            aload 1 /* currentTerm */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* currentTerm */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* currentTerm */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* currentTerm */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
         2: .line 44
            invokestatic org.apache.lucene.util.FutureArrays.mismatch:([BII[BII)I
            istore 2 /* mismatch */
        start local 2 // int mismatch
         3: .line 46
            iload 2 /* mismatch */
            ifge 5
         4: .line 47
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "terms out of order: priorTerm="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* priorTerm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ",currentTerm="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* currentTerm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 49
      StackMap locals: int
      StackMap stack:
            iload 2 /* mismatch */
            ireturn
        end local 2 // int mismatch
        end local 1 // org.apache.lucene.util.BytesRef currentTerm
        end local 0 // org.apache.lucene.util.BytesRef priorTerm
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0    priorTerm  Lorg/apache/lucene/util/BytesRef;
            0    6     1  currentTerm  Lorg/apache/lucene/util/BytesRef;
            3    6     2     mismatch  I
    MethodParameters:
             Name  Flags
      priorTerm    
      currentTerm  

  public static int sortKeyLength(org.apache.lucene.util.BytesRef, org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRef priorTerm
        start local 1 // org.apache.lucene.util.BytesRef currentTerm
         0: .line 58
            aload 0 /* priorTerm */
            aload 1 /* currentTerm */
            invokestatic org.apache.lucene.util.StringHelper.bytesDifference:(Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)I
            iconst_1
            iadd
            ireturn
        end local 1 // org.apache.lucene.util.BytesRef currentTerm
        end local 0 // org.apache.lucene.util.BytesRef priorTerm
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0    priorTerm  Lorg/apache/lucene/util/BytesRef;
            0    1     1  currentTerm  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
             Name  Flags
      priorTerm    final
      currentTerm  final

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.StringHelper this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            return
        end local 0 // org.apache.lucene.util.StringHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/StringHelper;

  public static boolean startsWith(byte[], org.apache.lucene.util.BytesRef);
    descriptor: ([BLorg/apache/lucene/util/BytesRef;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // byte[] ref
        start local 1 // org.apache.lucene.util.BytesRef prefix
         0: .line 77
            aload 0 /* ref */
            arraylength
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.length:I
            if_icmpge 2
         1: .line 78
            iconst_0
            ireturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* ref */
            iconst_0
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.length:I
         3: .line 81
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
         4: .line 80
            invokestatic org.apache.lucene.util.FutureArrays.equals:([BII[BII)Z
            ireturn
        end local 1 // org.apache.lucene.util.BytesRef prefix
        end local 0 // byte[] ref
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0     ref  [B
            0    5     1  prefix  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
        Name  Flags
      ref     
      prefix  

  public static boolean startsWith(org.apache.lucene.util.BytesRef, org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRef ref
        start local 1 // org.apache.lucene.util.BytesRef prefix
         0: .line 97
            aload 0 /* ref */
            getfield org.apache.lucene.util.BytesRef.length:I
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.length:I
            if_icmpge 2
         1: .line 98
            iconst_0
            ireturn
         2: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* ref */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 0 /* ref */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 0 /* ref */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
         3: .line 101
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* prefix */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
         4: .line 100
            invokestatic org.apache.lucene.util.FutureArrays.equals:([BII[BII)Z
            ireturn
        end local 1 // org.apache.lucene.util.BytesRef prefix
        end local 0 // org.apache.lucene.util.BytesRef ref
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0     ref  Lorg/apache/lucene/util/BytesRef;
            0    5     1  prefix  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
        Name  Flags
      ref     
      prefix  

  public static boolean endsWith(org.apache.lucene.util.BytesRef, org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.BytesRef ref
        start local 1 // org.apache.lucene.util.BytesRef suffix
         0: .line 116
            aload 0 /* ref */
            getfield org.apache.lucene.util.BytesRef.length:I
            aload 1 /* suffix */
            getfield org.apache.lucene.util.BytesRef.length:I
            isub
            istore 2 /* startAt */
        start local 2 // int startAt
         1: .line 118
            iload 2 /* startAt */
            ifge 3
         2: .line 119
            iconst_0
            ireturn
         3: .line 121
      StackMap locals: int
      StackMap stack:
            aload 0 /* ref */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 0 /* ref */
            getfield org.apache.lucene.util.BytesRef.offset:I
            iload 2 /* startAt */
            iadd
            aload 0 /* ref */
            getfield org.apache.lucene.util.BytesRef.offset:I
            iload 2 /* startAt */
            iadd
            aload 1 /* suffix */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
         4: .line 122
            aload 1 /* suffix */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* suffix */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* suffix */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* suffix */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
         5: .line 121
            invokestatic org.apache.lucene.util.FutureArrays.equals:([BII[BII)Z
            ireturn
        end local 2 // int startAt
        end local 1 // org.apache.lucene.util.BytesRef suffix
        end local 0 // org.apache.lucene.util.BytesRef ref
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0      ref  Lorg/apache/lucene/util/BytesRef;
            0    6     1   suffix  Lorg/apache/lucene/util/BytesRef;
            1    6     2  startAt  I
    MethodParameters:
        Name  Flags
      ref     
      suffix  

  public static int murmurhash3_x86_32(byte[], int, int, int);
    descriptor: ([BIII)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // byte[] data
        start local 1 // int offset
        start local 2 // int len
        start local 3 // int seed
         0: .line 154
            iload 3 /* seed */
            istore 4 /* h1 */
        start local 4 // int h1
         1: .line 155
            iload 1 /* offset */
            iload 2 /* len */
            bipush -4
            iand
            iadd
            istore 5 /* roundedEnd */
        start local 5 // int roundedEnd
         2: .line 157
            iload 1 /* offset */
            istore 6 /* i */
        start local 6 // int i
         3: goto 12
         4: .line 159
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* data */
            iload 6 /* i */
            baload
            sipush 255
            iand
            aload 0 /* data */
            iload 6 /* i */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
            aload 0 /* data */
            iload 6 /* i */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
            aload 0 /* data */
            iload 6 /* i */
            iconst_3
            iadd
            baload
            bipush 24
            ishl
            ior
            istore 7 /* k1 */
        start local 7 // int k1
         5: .line 160
            iload 7 /* k1 */
            ldc -862048943
            imul
            istore 7 /* k1 */
         6: .line 161
            iload 7 /* k1 */
            bipush 15
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 7 /* k1 */
         7: .line 162
            iload 7 /* k1 */
            ldc 461845907
            imul
            istore 7 /* k1 */
         8: .line 164
            iload 4 /* h1 */
            iload 7 /* k1 */
            ixor
            istore 4 /* h1 */
         9: .line 165
            iload 4 /* h1 */
            bipush 13
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* h1 */
        10: .line 166
            iload 4 /* h1 */
            iconst_5
            imul
            ldc -430675100
            iadd
            istore 4 /* h1 */
        end local 7 // int k1
        11: .line 157
            iinc 6 /* i */ 4
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            iload 5 /* roundedEnd */
            if_icmplt 4
        end local 6 // int i
        13: .line 170
            iconst_0
            istore 6 /* k1 */
        start local 6 // int k1
        14: .line 172
            iload 2 /* len */
            iconst_3
            iand
            tableswitch { // 1 - 3
                    1: 17
                    2: 16
                    3: 15
              default: 22
          }
        15: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* data */
            iload 5 /* roundedEnd */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            istore 6 /* k1 */
        16: .line 177
      StackMap locals:
      StackMap stack:
            iload 6 /* k1 */
            aload 0 /* data */
            iload 5 /* roundedEnd */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
            istore 6 /* k1 */
        17: .line 180
      StackMap locals:
      StackMap stack:
            iload 6 /* k1 */
            aload 0 /* data */
            iload 5 /* roundedEnd */
            baload
            sipush 255
            iand
            ior
            istore 6 /* k1 */
        18: .line 181
            iload 6 /* k1 */
            ldc -862048943
            imul
            istore 6 /* k1 */
        19: .line 182
            iload 6 /* k1 */
            bipush 15
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 6 /* k1 */
        20: .line 183
            iload 6 /* k1 */
            ldc 461845907
            imul
            istore 6 /* k1 */
        21: .line 184
            iload 4 /* h1 */
            iload 6 /* k1 */
            ixor
            istore 4 /* h1 */
        22: .line 185
      StackMap locals:
      StackMap stack:
            iload 4 /* h1 */
        23: .line 188
            iload 2 /* len */
            ixor
            istore 4 /* h1 */
        24: .line 191
            iload 4 /* h1 */
            iload 4 /* h1 */
            bipush 16
            iushr
            ixor
            istore 4 /* h1 */
        25: .line 192
            iload 4 /* h1 */
            ldc -2048144789
            imul
            istore 4 /* h1 */
        26: .line 193
            iload 4 /* h1 */
            iload 4 /* h1 */
            bipush 13
            iushr
            ixor
            istore 4 /* h1 */
        27: .line 194
            iload 4 /* h1 */
            ldc -1028477387
            imul
            istore 4 /* h1 */
        28: .line 195
            iload 4 /* h1 */
            iload 4 /* h1 */
            bipush 16
            iushr
            ixor
            istore 4 /* h1 */
        29: .line 197
            iload 4 /* h1 */
            ireturn
        end local 6 // int k1
        end local 5 // int roundedEnd
        end local 4 // int h1
        end local 3 // int seed
        end local 2 // int len
        end local 1 // int offset
        end local 0 // byte[] data
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   30     0        data  [B
            0   30     1      offset  I
            0   30     2         len  I
            0   30     3        seed  I
            1   30     4          h1  I
            2   30     5  roundedEnd  I
            3   13     6           i  I
            5   11     7          k1  I
           14   30     6          k1  I
    MethodParameters:
        Name  Flags
      data    
      offset  
      len     
      seed    

  public static int murmurhash3_x86_32(org.apache.lucene.util.BytesRef, int);
    descriptor: (Lorg/apache/lucene/util/BytesRef;I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRef bytes
        start local 1 // int seed
         0: .line 201
            aload 0 /* bytes */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 0 /* bytes */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 0 /* bytes */
            getfield org.apache.lucene.util.BytesRef.length:I
            iload 1 /* seed */
            invokestatic org.apache.lucene.util.StringHelper.murmurhash3_x86_32:([BIII)I
            ireturn
        end local 1 // int seed
        end local 0 // org.apache.lucene.util.BytesRef bytes
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  bytes  Lorg/apache/lucene/util/BytesRef;
            0    1     1   seed  I
    MethodParameters:
       Name  Flags
      bytes  
      seed   

  public static byte[] randomId();
    descriptor: ()[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=0
         0: .line 301
            getstatic org.apache.lucene.util.StringHelper.idLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 302
            getstatic org.apache.lucene.util.StringHelper.nextId:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.toByteArray:()[B
            astore 0 /* bits */
        start local 0 // byte[] bits
         2: .line 303
            getstatic org.apache.lucene.util.StringHelper.nextId:Ljava/math/BigInteger;
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            getstatic org.apache.lucene.util.StringHelper.mask128:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.and:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            putstatic org.apache.lucene.util.StringHelper.nextId:Ljava/math/BigInteger;
         3: .line 301
            aload 1
            monitorexit
         4: goto 7
        end local 0 // byte[] bits
      StackMap locals: top java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
        start local 0 // byte[] bits
         7: .line 307
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* bits */
            arraylength
            bipush 16
            if_icmple 11
         8: .line 308
            getstatic org.apache.lucene.util.StringHelper.$assertionsDisabled:Z
            ifne 9
            aload 0 /* bits */
            arraylength
            bipush 17
            if_icmpeq 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         9: .line 309
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.StringHelper.$assertionsDisabled:Z
            ifne 10
            aload 0 /* bits */
            iconst_0
            baload
            ifeq 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* bits */
            iconst_1
            aload 0 /* bits */
            arraylength
            invokestatic org.apache.lucene.util.ArrayUtil.copyOfSubArray:([BII)[B
            areturn
        11: .line 312
      StackMap locals:
      StackMap stack:
            bipush 16
            newarray 8
            astore 1 /* result */
        start local 1 // byte[] result
        12: .line 313
            aload 0 /* bits */
            iconst_0
            aload 1 /* result */
            aload 1 /* result */
            arraylength
            aload 0 /* bits */
            arraylength
            isub
            aload 0 /* bits */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 314
            aload 1 /* result */
            areturn
        end local 1 // byte[] result
        end local 0 // byte[] bits
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            2    5     0    bits  [B
            7   14     0    bits  [B
           12   14     1  result  [B
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public static java.lang.String idToString(byte[]);
    descriptor: ([B)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // byte[] id
         0: .line 327
            aload 0 /* id */
            ifnonnull 2
         1: .line 328
            ldc "(null)"
            areturn
         2: .line 330
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         3: .line 331
            aload 1 /* sb */
            new java.math.BigInteger
            dup
            iconst_1
            aload 0 /* id */
            invokespecial java.math.BigInteger.<init>:(I[B)V
            bipush 36
            invokevirtual java.math.BigInteger.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 332
            aload 0 /* id */
            arraylength
            bipush 16
            if_icmpeq 6
         5: .line 333
            aload 1 /* sb */
            ldc " (INVALID FORMAT)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 335
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // byte[] id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    id  [B
            3    7     1    sb  Ljava/lang/StringBuilder;
    MethodParameters:
      Name  Flags
      id    

  public static org.apache.lucene.util.BytesRef intsRefToBytesRef(org.apache.lucene.util.IntsRef);
    descriptor: (Lorg/apache/lucene/util/IntsRef;)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.apache.lucene.util.IntsRef ints
         0: .line 343
            aload 0 /* ints */
            getfield org.apache.lucene.util.IntsRef.length:I
            newarray 8
            astore 1 /* bytes */
        start local 1 // byte[] bytes
         1: .line 344
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 8
         3: .line 345
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* ints */
            getfield org.apache.lucene.util.IntsRef.ints:[I
            aload 0 /* ints */
            getfield org.apache.lucene.util.IntsRef.offset:I
            iload 2 /* i */
            iadd
            iaload
            istore 3 /* x */
        start local 3 // int x
         4: .line 346
            iload 3 /* x */
            iflt 5
            iload 3 /* x */
            sipush 255
            if_icmple 6
         5: .line 347
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "int at pos="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " with value="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* x */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " is out-of-bounds for byte"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 349
      StackMap locals:
      StackMap stack:
            aload 1 /* bytes */
            iload 2 /* i */
            iload 3 /* x */
            i2b
            bastore
        end local 3 // int x
         7: .line 344
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* ints */
            getfield org.apache.lucene.util.IntsRef.length:I
            if_icmplt 3
        end local 2 // int i
         9: .line 352
            new org.apache.lucene.util.BytesRef
            dup
            aload 1 /* bytes */
            invokespecial org.apache.lucene.util.BytesRef.<init>:([B)V
            areturn
        end local 1 // byte[] bytes
        end local 0 // org.apache.lucene.util.IntsRef ints
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   ints  Lorg/apache/lucene/util/IntsRef;
            1   10     1  bytes  [B
            2    9     2      i  I
            4    7     3      x  I
    MethodParameters:
      Name  Flags
      ints  
}
SourceFile: "StringHelper.java"