| Package | Description |
|---|---|
| org.apache.commons.jcs3.engine.memory.util | |
| org.apache.commons.jcs3.utils.struct |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryElementDescriptor<K,V>
This wrapper is needed for double linked lists.
|
class |
SoftReferenceElementDescriptor<K,V>
This wrapper is needed for double linked lists.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleLinkedList<T extends DoubleLinkedListNode>
This is a generic thread safe double linked list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LRUElementDescriptor<K,V>
This is a node in the double linked list.
|
| Modifier and Type | Field and Description |
|---|---|
DoubleLinkedListNode<T> |
DoubleLinkedListNode.next
Double Linked list references
|
DoubleLinkedListNode<T> |
DoubleLinkedListNode.prev
Double Linked list references
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.