Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.util.LinkedList

Packages that use LinkedList
com.jivesoftware.util Common utility classes for all Jive Software code. 
 

Uses of LinkedList in com.jivesoftware.util
 

Fields in com.jivesoftware.util declared as LinkedList
protected  LinkedList DefaultCache.ageList
          Linked list to maintain time that cache objects were initially added to the cache, most recently added to oldest added.
protected  LinkedList LRUCache.ageList
          Linked list to maintain time that cache objects were initially added to the cache, most recently added to oldest added.
protected  LinkedList DefaultCache.lastAccessedList
          Linked list to maintain order that cache objects are accessed in, most used to least used.
protected  LinkedList LRUCache.lastAccessedList
          Linked list to maintain order that cache objects are accessed in, most used to least used.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.