Uses of Class
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.AbstractTask
-
-
Uses of ConcurrentLinkedHashMap.AbstractTask in com.googlecode.concurrentlinkedhashmap
Subclasses of ConcurrentLinkedHashMap.AbstractTask in com.googlecode.concurrentlinkedhashmap Modifier and Type Class Description (package private) classConcurrentLinkedHashMap.AddTaskAdds the node to the page replacement policy.(package private) classConcurrentLinkedHashMap.ReadTaskUpdates the node's location in the page replacement policy.(package private) classConcurrentLinkedHashMap.RemovalTaskRemoves a node from the page replacement policy.(package private) classConcurrentLinkedHashMap.UpdateTaskUpdates the weighted size and evicts an entry on overflow.
-