Uses of Class
org.jboss.util.LRUCachePolicy.LRUList

Packages that use LRUCachePolicy.LRUList
org.jboss.util Utility classes and interfaces. 
 

Uses of LRUCachePolicy.LRUList in org.jboss.util
 

Fields in org.jboss.util declared as LRUCachePolicy.LRUList
protected  LRUCachePolicy.LRUList LRUCachePolicy.m_list
          The linked list used to implement the LRU algorithm
 

Methods in org.jboss.util that return LRUCachePolicy.LRUList
protected  LRUCachePolicy.LRUList LRUCachePolicy.createList()
          Factory method for the linked list used by this cache implementation.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.