|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexLinkedList | |
---|---|
org.apache.activemq.kaha.impl.container | Map and List container implementations for Kaha |
org.apache.activemq.kaha.impl.index | Kaha index - type classes for the Map Container - including VM implementation |
Uses of IndexLinkedList in org.apache.activemq.kaha.impl.container |
---|
Fields in org.apache.activemq.kaha.impl.container declared as IndexLinkedList | |
---|---|
protected IndexLinkedList |
BaseContainerImpl.indexList
|
protected IndexLinkedList |
ContainerValueCollectionIterator.list
|
Methods in org.apache.activemq.kaha.impl.container that return IndexLinkedList | |
---|---|
protected IndexLinkedList |
BaseContainerImpl.getInternalList()
|
protected IndexLinkedList |
MapContainerImpl.getItemList()
|
IndexLinkedList |
BaseContainerImpl.getList()
|
Methods in org.apache.activemq.kaha.impl.container with parameters of type IndexLinkedList | |
---|---|
void |
BaseContainerImpl.setList(IndexLinkedList indexList)
|
Constructors in org.apache.activemq.kaha.impl.container with parameters of type IndexLinkedList | |
---|---|
ContainerListIterator(ListContainerImpl container,
IndexLinkedList list,
IndexItem start)
|
Uses of IndexLinkedList in org.apache.activemq.kaha.impl.index |
---|
Classes in org.apache.activemq.kaha.impl.index that implement IndexLinkedList | |
---|---|
class |
DiskIndexLinkedList
A linked list used by IndexItems |
class |
VMIndexLinkedList
A linked list used by IndexItems |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |