Package com.apple.foundationdb
Class MappedKeyValue
java.lang.Object
com.apple.foundationdb.KeyValue
com.apple.foundationdb.MappedKeyValue
-
Constructor Summary
ConstructorsConstructorDescriptionMappedKeyValue
(byte[] key, byte[] value, byte[] rangeBegin, byte[] rangeEnd, List<KeyValue> rangeResult) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static MappedKeyValue
fromBytes
(byte[] bytes, int[] lengths) byte[]
byte[]
int
hashCode()
toString()
-
Constructor Details
-
MappedKeyValue
-
-
Method Details