Class ConcurrentLinkedHashMap.RemovalTask

java.lang.Object
ConcurrentLinkedHashMap<K,V>.com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.AbstractTask
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.RemovalTask
All Implemented Interfaces:
ConcurrentLinkedHashMap.Task, Runnable
Enclosing class:
ConcurrentLinkedHashMap<K,V>

final class ConcurrentLinkedHashMap.RemovalTask extends ConcurrentLinkedHashMap<K,V>.AbstractTask
Removes a node from the page replacement policy.