class org.apache.cassandra.dht.RandomPartitioner$2 extends org.apache.cassandra.dht.Splitter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.cassandra.dht.RandomPartitioner$2
  super_class: org.apache.cassandra.dht.Splitter
{
  final org.apache.cassandra.dht.RandomPartitioner this$0;
    descriptor: Lorg/apache/cassandra/dht/RandomPartitioner;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.cassandra.dht.RandomPartitioner, org.apache.cassandra.dht.IPartitioner);
    descriptor: (Lorg/apache/cassandra/dht/RandomPartitioner;Lorg/apache/cassandra/dht/IPartitioner;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.cassandra.dht.RandomPartitioner$2 this
        start local 2 // org.apache.cassandra.dht.IPartitioner $anonymous0
         0: .line 77
            aload 0 /* this */
            aload 1
            putfield org.apache.cassandra.dht.RandomPartitioner$2.this$0:Lorg/apache/cassandra/dht/RandomPartitioner;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.apache.cassandra.dht.Splitter.<init>:(Lorg/apache/cassandra/dht/IPartitioner;)V
            return
        end local 2 // org.apache.cassandra.dht.IPartitioner $anonymous0
        end local 0 // org.apache.cassandra.dht.RandomPartitioner$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/cassandra/dht/RandomPartitioner$2;
            0    1     2  $anonymous0  Lorg/apache/cassandra/dht/IPartitioner;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public org.apache.cassandra.dht.Token tokenForValue(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Lorg/apache/cassandra/dht/Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.cassandra.dht.RandomPartitioner$2 this
        start local 1 // java.math.BigInteger value
         0: .line 81
            new org.apache.cassandra.dht.RandomPartitioner$BigIntegerToken
            dup
            aload 1 /* value */
            invokespecial org.apache.cassandra.dht.RandomPartitioner$BigIntegerToken.<init>:(Ljava/math/BigInteger;)V
            areturn
        end local 1 // java.math.BigInteger value
        end local 0 // org.apache.cassandra.dht.RandomPartitioner$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/cassandra/dht/RandomPartitioner$2;
            0    1     1  value  Ljava/math/BigInteger;
    MethodParameters:
       Name  Flags
      value  

  public java.math.BigInteger valueForToken(org.apache.cassandra.dht.Token);
    descriptor: (Lorg/apache/cassandra/dht/Token;)Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.cassandra.dht.RandomPartitioner$2 this
        start local 1 // org.apache.cassandra.dht.Token token
         0: .line 86
            aload 1 /* token */
            checkcast org.apache.cassandra.dht.RandomPartitioner$BigIntegerToken
            invokevirtual org.apache.cassandra.dht.RandomPartitioner$BigIntegerToken.getTokenValue:()Ljava/lang/Comparable;
            checkcast java.math.BigInteger
            areturn
        end local 1 // org.apache.cassandra.dht.Token token
        end local 0 // org.apache.cassandra.dht.RandomPartitioner$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/cassandra/dht/RandomPartitioner$2;
            0    1     1  token  Lorg/apache/cassandra/dht/Token;
    MethodParameters:
       Name  Flags
      token  
}
SourceFile: "RandomPartitioner.java"
EnclosingMethod: org.apache.cassandra.dht.RandomPartitioner
NestHost: org.apache.cassandra.dht.RandomPartitioner
InnerClasses:
  org.apache.cassandra.dht.RandomPartitioner$2
  public BigIntegerToken = org.apache.cassandra.dht.RandomPartitioner$BigIntegerToken of org.apache.cassandra.dht.RandomPartitioner