public class BlockEntry extends Object implements Map.Entry<MemorySlice,MemorySlice>
| Constructor and Description |
|---|
BlockEntry(MemorySlice key,
MemorySlice value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MemorySlice |
getKey() |
MemorySlice |
getValue() |
int |
hashCode() |
MemorySlice |
setValue(MemorySlice value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic BlockEntry(MemorySlice key, MemorySlice value)
public MemorySlice getKey()
getKey in interface Map.Entry<MemorySlice,MemorySlice>public MemorySlice getValue()
getValue in interface Map.Entry<MemorySlice,MemorySlice>public final MemorySlice setValue(MemorySlice value)
setValue in interface Map.Entry<MemorySlice,MemorySlice>public boolean equals(Object o)
equals in interface Map.Entry<MemorySlice,MemorySlice>equals in class Objectpublic int hashCode()
hashCode in interface Map.Entry<MemorySlice,MemorySlice>hashCode in class ObjectCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.