public class InternalEntry extends Object implements Map.Entry<InternalKey,Slice>
| Constructor and Description |
|---|
InternalEntry(InternalKey key,
Slice value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InternalKey |
getKey() |
Slice |
getValue() |
int |
hashCode() |
Slice |
setValue(Slice value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic InternalEntry(InternalKey key, Slice value)
public InternalKey getKey()
getKey in interface Map.Entry<InternalKey,Slice>public Slice getValue()
getValue in interface Map.Entry<InternalKey,Slice>public final Slice setValue(Slice value)
setValue in interface Map.Entry<InternalKey,Slice>UnsupportedOperationException - alwayspublic boolean equals(Object o)
public int hashCode()
Copyright © 2011–2019. All rights reserved.