class com.carrotsearch.hppc.HashOrderMixing$3 implements com.carrotsearch.hppc.HashOrderMixingStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.carrotsearch.hppc.HashOrderMixing$3
  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$3 this
         0: .line 113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.carrotsearch.hppc.HashOrderMixing$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/HashOrderMixing$3;

  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$3 this
        start local 1 // int newContainerBufferSize
         0: .line 116
            iconst_0
            ireturn
        end local 1 // int newContainerBufferSize
        end local 0 // com.carrotsearch.hppc.HashOrderMixing$3 this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/carrotsearch/hppc/HashOrderMixing$3;
            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$3 this
         0: .line 121
            aload 0 /* this */
            areturn
        end local 0 // com.carrotsearch.hppc.HashOrderMixing$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/HashOrderMixing$3;

  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$3.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.none:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
NestHost: com.carrotsearch.hppc.HashOrderMixing
InnerClasses:
  com.carrotsearch.hppc.HashOrderMixing$3