Uses of Class
cz.cuni.jagrlib.LRUCache.LRUItem

Packages that use LRUCache.LRUItem
cz.cuni.jagrlib Core JaGrLib package. 
 

Uses of LRUCache.LRUItem in cz.cuni.jagrlib
 

Fields in cz.cuni.jagrlib declared as LRUCache.LRUItem
protected  LRUCache.LRUItem LRUCache.head
          Head of the LRU-list.
 LRUCache.LRUItem LRUCache.LRUItem.older
          The older cache item.
protected  LRUCache.LRUItem LRUCache.recycled
          Linked list of recycled items (older is used).
 LRUCache.LRUItem LRUCache.LRUItem.younger
          The younger cache item.