Package org.iq80.leveldb.impl
Class SeekingIteratorAdapter.DbEntry
java.lang.Object
org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
- All Implemented Interfaces:
Map.Entry<byte[],byte[]>
- Enclosing class:
SeekingIteratorAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
DbEntry
-
-
Method Details
-
getKey
public byte[] getKey() -
getKeySlice
-
getValue
public byte[] getValue() -
getValueSlice
-
setValue
public byte[] setValue(byte[] value) -
equals
-
hashCode
public int hashCode() -
toString
Returns a string representation of the form{key}={value}.
-