public class org.iq.leveldb.impl.LookupKey extends java.lang.Object
{
private final org.iq.leveldb.impl.InternalKey key;
public void <init>(org.iq.leveldb.util.Slice, long)
{
org.iq.leveldb.util.Slice v;
org.iq.leveldb.impl.ValueType v;
org.iq.leveldb.impl.InternalKey v;
org.iq.leveldb.impl.LookupKey v;
long v;
v := @this: org.iq.leveldb.impl.LookupKey;
v := @parameter: org.iq.leveldb.util.Slice;
v := @parameter: long;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new org.iq.leveldb.impl.InternalKey;
v = <org.iq.leveldb.impl.ValueType: org.iq.leveldb.impl.ValueType VALUE>;
specialinvoke v.<org.iq.leveldb.impl.InternalKey: void <init>(org.iq.leveldb.util.Slice,long,org.iq.leveldb.impl.ValueType)>(v, v, v);
v.<org.iq.leveldb.impl.LookupKey: org.iq.leveldb.impl.InternalKey key> = v;
return;
}
public org.iq.leveldb.impl.InternalKey getInternalKey()
{
org.iq.leveldb.impl.InternalKey v;
org.iq.leveldb.impl.LookupKey v;
v := @this: org.iq.leveldb.impl.LookupKey;
v = v.<org.iq.leveldb.impl.LookupKey: org.iq.leveldb.impl.InternalKey key>;
return v;
}
public org.iq.leveldb.util.Slice getUserKey()
{
org.iq.leveldb.util.Slice v;
org.iq.leveldb.impl.InternalKey v;
org.iq.leveldb.impl.LookupKey v;
v := @this: org.iq.leveldb.impl.LookupKey;
v = v.<org.iq.leveldb.impl.LookupKey: org.iq.leveldb.impl.InternalKey key>;
v = virtualinvoke v.<org.iq.leveldb.impl.InternalKey: org.iq.leveldb.util.Slice getUserKey()>();
return v;
}
public java.lang.String toString()
{
java.lang.String v;
org.iq.leveldb.impl.InternalKey v;
org.iq.leveldb.impl.LookupKey v;
v := @this: org.iq.leveldb.impl.LookupKey;
v = v.<org.iq.leveldb.impl.LookupKey: org.iq.leveldb.impl.InternalKey key>;
v = virtualinvoke v.<org.iq.leveldb.impl.InternalKey: java.lang.String toString()>();
return v;
}
}