public class InternalEntry extends Object implements Map.Entry<InternalKey,Slice>
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<InternalEntry,InternalKey> |
GET_KEY |
| Constructor and Description |
|---|
InternalEntry(InternalKey key,
Slice value) |
public static final com.google.common.base.Function<InternalEntry,InternalKey> GET_KEY
public 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–2014. All rights reserved.