Uses of Class
org.egothor.cache.lruk.LruKNode

Packages that use LruKNode
org.egothor.cache.lruk Provides classes that help implementing a cache using LRU-K algorithm as an eviction policy. 
 

Uses of LruKNode in org.egothor.cache.lruk
 

Methods in org.egothor.cache.lruk with parameters of type LruKNode
 int LruKNode.compareTo(LruKNode<K> o)
          Compares this node with the specified node.