JBoss Common Classes 2.2.17.GA

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.
 


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.