Package org.iq80.leveldb.impl
Class InternalEntry
java.lang.Object
org.iq80.leveldb.impl.InternalEntry
- All Implemented Interfaces:
Map.Entry<InternalKey,Slice>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
InternalEntry
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceMap.Entry<InternalKey,Slice>
-
getValue
- Specified by:
getValuein interfaceMap.Entry<InternalKey,Slice>
-
setValue
- Specified by:
setValuein interfaceMap.Entry<InternalKey,Slice> - Throws:
UnsupportedOperationException- always
-
equals
-
hashCode
public int hashCode() -
toString
-