类的使用
cn.taketoday.util.ConcurrentLruCache.Node
使用ConcurrentLruCache.Node的程序包
程序包
说明
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.util中ConcurrentLruCache.Node的使用
修饰符和类型字段说明(专用程序包) ConcurrentLruCache.Node<K,V> ConcurrentLruCache.EvictionQueue.first(专用程序包) ConcurrentLruCache.Node<K,V> ConcurrentLruCache.EvictionQueue.last(专用程序包) ConcurrentLruCache.Node<K,V> ConcurrentLruCache.Node.next(专用程序包) final ConcurrentLruCache.Node<K,V> ConcurrentLruCache.AddTask.node(专用程序包) final ConcurrentLruCache.Node<K,V> ConcurrentLruCache.RemovalTask.node(专用程序包) ConcurrentLruCache.Node<K,V> ConcurrentLruCache.Node.prev类型参数类型为ConcurrentLruCache.Node的cn.taketoday.util中的字段修饰符和类型方法说明ConcurrentLruCache.Node.getNext()ConcurrentLruCache.Node.getPrevious()(专用程序包) ConcurrentLruCache.Node<K,V> ConcurrentLruCache.EvictionQueue.poll()参数类型为ConcurrentLruCache.Node的cn.taketoday.util中的方法修饰符和类型方法说明(专用程序包) voidConcurrentLruCache.EvictionQueue.add(ConcurrentLruCache.Node<K, V> e) private booleanConcurrentLruCache.EvictionQueue.contains(ConcurrentLruCache.Node<K, V> e) private voidConcurrentLruCache.EvictionQueue.linkLast(ConcurrentLruCache.Node<K, V> e) private voidConcurrentLruCache.markAsRemoved(ConcurrentLruCache.Node<K, V> node) Transition the node to theremovedstate and decrement the current size of the cache.private voidConcurrentLruCache.markForRemoval(ConcurrentLruCache.Node<K, V> node) Transition the node from theactivestate to thepending removalstate, if the transition is valid.(专用程序包) voidConcurrentLruCache.EvictionQueue.moveToBack(ConcurrentLruCache.Node<K, V> e) private voidConcurrentLruCache.processRead(ConcurrentLruCache.Node<K, V> node) (专用程序包) booleanConcurrentLruCache.ReadOperations.recordRead(ConcurrentLruCache.Node<K, V> node) (专用程序包) voidConcurrentLruCache.EvictionQueue.remove(ConcurrentLruCache.Node<K, V> e) voidConcurrentLruCache.Node.setNext(ConcurrentLruCache.Node<K, V> next) voidConcurrentLruCache.Node.setPrevious(ConcurrentLruCache.Node<K, V> prev) private voidConcurrentLruCache.EvictionQueue.unlink(ConcurrentLruCache.Node<K, V> e) 参数类型为ConcurrentLruCache.Node的cn.taketoday.util中的构造器限定符构造器说明(专用程序包)AddTask(ConcurrentLruCache.Node<K, V> node) (专用程序包)RemovalTask(ConcurrentLruCache.Node<K, V> node)