类 ConcurrentLruCache.Node<K,V>
java.lang.Object
java.util.concurrent.atomic.AtomicReference<ConcurrentLruCache.CacheEntry<V>>
cn.taketoday.util.ConcurrentLruCache.Node<K,V>
- 所有已实现的接口:
Serializable
- 封闭类:
- ConcurrentLruCache<K,
V>
private static final class ConcurrentLruCache.Node<K,V>
extends AtomicReference<ConcurrentLruCache.CacheEntry<V>>
-
字段概要
字段修饰符和类型字段说明(专用程序包) final K(专用程序包) ConcurrentLruCache.Node<K,V> (专用程序包) ConcurrentLruCache.Node<K,V> private static final long -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getNext()(专用程序包) VgetValue()voidsetNext(ConcurrentLruCache.Node<K, V> next) voidsetPrevious(ConcurrentLruCache.Node<K, V> prev) 从类继承的方法 java.util.concurrent.atomic.AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
key
-
prev
-
next
-
-
构造器详细资料
-
Node
Node(K key, ConcurrentLruCache.CacheEntry<V> cacheEntry)
-
-
方法详细资料
-
getPrevious
-
setPrevious
-
getNext
-
setNext
-
getValue
V getValue()
-