private static class LRUDictionary.BidirectionalLRUMap.ByteArrayBackedNode extends LRUDictionary.BidirectionalLRUMap.Node
Modifier and Type | Field and Description |
---|---|
private byte[] |
container |
length, next, offset, prev
Modifier | Constructor and Description |
---|---|
private |
ByteArrayBackedNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
(package private) byte[] |
getContents() |
int |
hashCode() |
(package private) void |
resetContents() |
(package private) void |
setContents(byte[] container,
int offset,
int length) |
private byte[] container
private ByteArrayBackedNode()
void setContents(byte[] container, int offset, int length)
setContents
in class LRUDictionary.BidirectionalLRUMap.Node
byte[] getContents()
getContents
in class LRUDictionary.BidirectionalLRUMap.Node
void resetContents()
resetContents
in class LRUDictionary.BidirectionalLRUMap.Node
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.