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.Nodebyte[] getContents()
getContents in class LRUDictionary.BidirectionalLRUMap.Nodevoid resetContents()
resetContents in class LRUDictionary.BidirectionalLRUMap.NodeCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.