Uses of Interface
org.apache.activemq.artemis.utils.collections.NodeStore
-
Packages that use NodeStore Package Description org.apache.activemq.artemis.utils.collections -
-
Uses of NodeStore in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections with parameters of type NodeStore Modifier and Type Method Description voidEmptyList. setNodeStore(NodeStore<E> store)voidLinkedList. setNodeStore(NodeStore<E> store)this makes possibl to useLinkedList.removeWithID(String, long)voidLinkedListImpl. setNodeStore(NodeStore<E> supplier)voidPriorityLinkedList. setNodeStore(NodeStore<E> supplier)voidPriorityLinkedListImpl. setNodeStore(NodeStore<E> supplier)Constructors in org.apache.activemq.artemis.utils.collections with parameters of type NodeStore Constructor Description LinkedListImpl(Comparator<E> comparator, NodeStore<E> supplier)
-