public class org.ehcache.impl.store.HashUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.impl.store.HashUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.store.HashUtils this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.impl.store.HashUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/store/HashUtils;

  public static long intHashToLong(int);
    descriptor: (I)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int hash
         0: .line 25
            iload 0 /* hash */
            i2l
            lreturn
        end local 0 // int hash
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  hash  I
    MethodParameters:
      Name  Flags
      hash  

  public static int longHashToInt(long);
    descriptor: (J)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // long hash
         0: .line 29
            lload 0 /* hash */
            l2i
            ireturn
        end local 0 // long hash
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  hash  J
    MethodParameters:
      Name  Flags
      hash  
}
SourceFile: "HashUtils.java"