Class | Description |
---|---|
BoundedQueue |
This is a bounded queue.
|
DoubleLinkedList |
This is a generic thread safe double linked list.
|
DoubleLinkedListNode |
This serves as a placeholder in a double linked list.
|
LRUElementDescriptor |
This is a node in the double linked list.
|
LRUMap |
This is a simple LRUMap.
|
LRUMapEntry |
Entry for the LRUMap.
|
SingleLinkedList |
This is an basic thread safe single linked list.
|
SortedPreferentialArray |
This maintains a sorted array with a preferential replacement policy when full.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.