Package org.iq80.leveldb.impl
Class LookupResult
java.lang.Object
org.iq80.leveldb.impl.LookupResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
deleted
private final boolean deleted
-
-
Constructor Details
-
LookupResult
-
-
Method Details
-
ok
-
deleted
-
getKey
-
getValue
-
isDeleted
public boolean isDeleted()
-