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) class
ConcurrentLinkedHashMap.AddTask
Adds the node to the page replacement policy.(package private) class
ConcurrentLinkedHashMap.ReadTask
Updates the node's location in the page replacement policy.(package private) class
ConcurrentLinkedHashMap.RemovalTask
Removes a node from the page replacement policy.(package private) class
ConcurrentLinkedHashMap.UpdateTask
Updates the weighted size and evicts an entry on overflow.
-