public class CacheNode<K,V> extends NodeAbstract<K,V>
| 限定符和类型 | 字段和说明 |
|---|---|
private AtomicInteger |
usedCount
使用计数
|
| 构造器和说明 |
|---|
CacheNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
usedCountIncrement()
使用计数递增
|
getKey, getNextNode, getPrevNode, getValue, setKey, setNextNode, setPrevNode, setValueprivate AtomicInteger usedCount
Copyright © 2023. All rights reserved.