class com.carrotsearch.hppc.HashOrderMixing$Strategy$2 extends com.carrotsearch.hppc.HashOrderMixing$Strategy
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.carrotsearch.hppc.HashOrderMixing$Strategy$2
  super_class: com.carrotsearch.hppc.HashOrderMixing$Strategy
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.HashOrderMixing$Strategy$2 this
         0: .line 26
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.carrotsearch.hppc.HashOrderMixing$Strategy.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.carrotsearch.hppc.HashOrderMixing$Strategy$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/HashOrderMixing$Strategy$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public com.carrotsearch.hppc.HashOrderMixingStrategy call();
    descriptor: ()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.HashOrderMixing$Strategy$2 this
         0: .line 29
            invokestatic com.carrotsearch.hppc.HashOrderMixing.deterministic:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            areturn
        end local 0 // com.carrotsearch.hppc.HashOrderMixing$Strategy$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/HashOrderMixing$Strategy$2;

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.HashOrderMixing$Strategy$2.call:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "HashOrderMixing.java"
EnclosingMethod: com.carrotsearch.hppc.HashOrderMixing$Strategy
NestHost: com.carrotsearch.hppc.HashOrderMixing
InnerClasses:
  public abstract Strategy = com.carrotsearch.hppc.HashOrderMixing$Strategy of com.carrotsearch.hppc.HashOrderMixing
  com.carrotsearch.hppc.HashOrderMixing$Strategy$2