public class org.apache.cassandra.dht.Murmur3Partitioner$LongToken extends org.apache.cassandra.dht.Token
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.cassandra.dht.Murmur3Partitioner$LongToken
  super_class: org.apache.cassandra.dht.Token
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -5833580143318243006

  final long token;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
        start local 1 // long token
         0: .line 144
            aload 0 /* this */
            invokespecial org.apache.cassandra.dht.Token.<init>:()V
         1: .line 146
            aload 0 /* this */
            lload 1 /* token */
            putfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
         2: .line 147
            return
        end local 1 // long token
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;
            0    3     1  token  J
    MethodParameters:
       Name  Flags
      token  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
         0: .line 151
            aload 0 /* this */
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
        start local 1 // java.lang.Object obj
         0: .line 156
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 157
            iconst_1
            ireturn
         2: .line 158
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 159
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            aload 1 /* obj */
            checkcast org.apache.cassandra.dht.Murmur3Partitioner$LongToken
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            lcmp
            ifne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;
            0    6     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
         0: .line 166
            aload 0 /* this */
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            invokestatic com.google.common.primitives.Longs.hashCode:(J)I
            ireturn
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;

  public int compareTo(org.apache.cassandra.dht.Token);
    descriptor: (Lorg/apache/cassandra/dht/Token;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
        start local 1 // org.apache.cassandra.dht.Token o
         0: .line 171
            aload 0 /* this */
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            aload 1 /* o */
            checkcast org.apache.cassandra.dht.Murmur3Partitioner$LongToken
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            invokestatic java.lang.Long.compare:(JJ)I
            ireturn
        end local 1 // org.apache.cassandra.dht.Token o
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;
            0    1     1     o  Lorg/apache/cassandra/dht/Token;
    MethodParameters:
      Name  Flags
      o     

  public org.apache.cassandra.dht.IPartitioner getPartitioner();
    descriptor: ()Lorg/apache/cassandra/dht/IPartitioner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
         0: .line 177
            getstatic org.apache.cassandra.dht.Murmur3Partitioner.instance:Lorg/apache/cassandra/dht/Murmur3Partitioner;
            areturn
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;

  public long getHeapSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
         0: .line 183
            getstatic org.apache.cassandra.dht.Murmur3Partitioner.HEAP_SIZE:I
            i2l
            lreturn
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;

  public java.lang.Object getTokenValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
         0: .line 189
            aload 0 /* this */
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;

  public double size(org.apache.cassandra.dht.Token);
    descriptor: (Lorg/apache/cassandra/dht/Token;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
        start local 1 // org.apache.cassandra.dht.Token next
         0: .line 195
            aload 1 /* next */
            checkcast org.apache.cassandra.dht.Murmur3Partitioner$LongToken
            astore 2 /* n */
        start local 2 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken n
         1: .line 196
            aload 2 /* n */
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            aload 0 /* this */
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            lsub
            lstore 3 /* v */
        start local 3 // long v
         2: .line 197
            lload 3 /* v */
            l2d
            bipush -64
            invokestatic java.lang.Math.scalb:(DI)D
            dstore 5 /* d */
        start local 5 // double d
         3: .line 198
            dload 5 /* d */
            dconst_0
            dcmpl
            ifle 4
            dload 5 /* d */
            goto 5
      StackMap locals: org.apache.cassandra.dht.Murmur3Partitioner$LongToken long double
      StackMap stack:
         4: dload 5 /* d */
            dconst_1
            dadd
      StackMap locals:
      StackMap stack: double
         5: dreturn
        end local 5 // double d
        end local 3 // long v
        end local 2 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken n
        end local 1 // org.apache.cassandra.dht.Token next
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;
            0    6     1  next  Lorg/apache/cassandra/dht/Token;
            1    6     2     n  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;
            2    6     3     v  J
            3    6     5     d  D
    MethodParameters:
      Name  Flags
      next  

  public org.apache.cassandra.dht.Token increaseSlightly();
    descriptor: ()Lorg/apache/cassandra/dht/Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
         0: .line 204
            new org.apache.cassandra.dht.Murmur3Partitioner$LongToken
            dup
            aload 0 /* this */
            getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
            lconst_1
            ladd
            invokespecial org.apache.cassandra.dht.Murmur3Partitioner$LongToken.<init>:(J)V
            areturn
        end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$LongToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/dht/Murmur3Partitioner$LongToken;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.cassandra.dht.Token
            invokevirtual org.apache.cassandra.dht.Murmur3Partitioner$LongToken.compareTo:(Lorg/apache/cassandra/dht/Token;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Murmur3Partitioner.java"
NestHost: org.apache.cassandra.dht.Murmur3Partitioner
InnerClasses:
  public LongToken = org.apache.cassandra.dht.Murmur3Partitioner$LongToken of org.apache.cassandra.dht.Murmur3Partitioner