Uses of Class
org.egothor.cache.lfu.LfuNode

Packages that use LfuNode
org.egothor.cache.lfu Provides classes that help implementing a cache using LFU algorithm as an eviction policy. 
 

Uses of LfuNode in org.egothor.cache.lfu
 

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