public final class org.apache.cassandra.db.PartitionPosition$ForKey
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.cassandra.db.PartitionPosition$ForKey
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.PartitionPosition$ForKey this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.cassandra.db.PartitionPosition$ForKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/db/PartitionPosition$ForKey;

  public static org.apache.cassandra.db.PartitionPosition get(java.nio.ByteBuffer, org.apache.cassandra.dht.IPartitioner);
    descriptor: (Ljava/nio/ByteBuffer;Lorg/apache/cassandra/dht/IPartitioner;)Lorg/apache/cassandra/db/PartitionPosition;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer key
        start local 1 // org.apache.cassandra.dht.IPartitioner p
         0: .line 48
            aload 0 /* key */
            ifnull 1
            aload 0 /* key */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* p */
            invokeinterface org.apache.cassandra.dht.IPartitioner.getMinimumToken:()Lorg/apache/cassandra/dht/Token;
            invokevirtual org.apache.cassandra.dht.Token.minKeyBound:()Lorg/apache/cassandra/dht/Token$KeyBound;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* p */
            aload 0 /* key */
            invokeinterface org.apache.cassandra.dht.IPartitioner.decorateKey:(Ljava/nio/ByteBuffer;)Lorg/apache/cassandra/db/DecoratedKey;
      StackMap locals:
      StackMap stack: org.apache.cassandra.db.PartitionPosition
         3: areturn
        end local 1 // org.apache.cassandra.dht.IPartitioner p
        end local 0 // java.nio.ByteBuffer key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   key  Ljava/nio/ByteBuffer;
            0    4     1     p  Lorg/apache/cassandra/dht/IPartitioner;
    MethodParameters:
      Name  Flags
      key   
      p     
}
SourceFile: "PartitionPosition.java"
NestHost: org.apache.cassandra.db.PartitionPosition
InnerClasses:
  public final ForKey = org.apache.cassandra.db.PartitionPosition$ForKey of org.apache.cassandra.db.PartitionPosition
  public KeyBound = org.apache.cassandra.dht.Token$KeyBound of org.apache.cassandra.dht.Token