Package org.apache.jcs.utils.struct

Class Summary
BoundedQueue<T> This is a bounded queue.
DoubleLinkedList<T extends DoubleLinkedListNode> This is a generic thread safe double linked list.
DoubleLinkedListNode<T> This serves as a placeholder in a double linked list.
LRUElementDescriptor<K,V> This is a node in the double linked list.
LRUMap<K,V> This is a simple LRUMap.
LRUMapEntry<K,V> Entry for the LRUMap.
SingleLinkedList<T> This is an basic thread safe single linked list.
SingleLinkedList.Node<T> The list is composed of nodes.
SortedPreferentialArray<T extends Comparable<? super T>> This maintains a sorted array with a preferential replacement policy when full.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.