Uses of Interface
org.apache.activemq.kaha.impl.index.IndexLinkedList

Packages that use IndexLinkedList
org.apache.activemq.kaha.impl.container   
org.apache.activemq.kaha.impl.index   
 

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
 

Methods in org.apache.activemq.kaha.impl.index that return IndexLinkedList
protected  IndexLinkedList RangeLimitedMap.getIndexList()
           
 

Constructors in org.apache.activemq.kaha.impl.index with parameters of type IndexLinkedList
RangeLimitedMap(IndexLinkedList indexList, DataManager keyDataManager, Marshaller keyMarshaller)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.