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