class com.carrotsearch.hppc.HashOrderMixing$1 implements com.carrotsearch.hppc.HashOrderMixingStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.carrotsearch.hppc.HashOrderMixing$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.HashOrderMixing$1 this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.carrotsearch.hppc.HashOrderMixing$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/HashOrderMixing$1;

  public int newKeyMixer(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.HashOrderMixing$1 this
        start local 1 // int newContainerBufferSize
         0: .line 48
            iload 1 /* newContainerBufferSize */
            invokestatic com.carrotsearch.hppc.BitMixer.mix32:(I)I
            ireturn
        end local 1 // int newContainerBufferSize
        end local 0 // com.carrotsearch.hppc.HashOrderMixing$1 this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/carrotsearch/hppc/HashOrderMixing$1;
            0    1     1  newContainerBufferSize  I
    MethodParameters:
                        Name  Flags
      newContainerBufferSize  

  public com.carrotsearch.hppc.HashOrderMixingStrategy clone();
    descriptor: ()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.HashOrderMixing$1 this
         0: .line 53
            aload 0 /* this */
            areturn
        end local 0 // com.carrotsearch.hppc.HashOrderMixing$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/HashOrderMixing$1;

  public java.lang.Object clone();
    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$1.clone:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "HashOrderMixing.java"
EnclosingMethod: com.carrotsearch.hppc.HashOrderMixing
NestHost: com.carrotsearch.hppc.HashOrderMixing
InnerClasses:
  com.carrotsearch.hppc.HashOrderMixing$1