| Package | Description |
|---|---|
| org.apache.activemq.artemis.utils.collections |
| Modifier and Type | Method and Description |
|---|---|
void |
PriorityLinkedListImpl.setNodeStore(NodeStore<E> supplier) |
void |
LinkedListImpl.setNodeStore(NodeStore<E> supplier) |
void |
PriorityLinkedList.setNodeStore(NodeStore<E> supplier) |
void |
LinkedList.setNodeStore(NodeStore<E> store)
this makes possibl to use
LinkedList.removeWithID(String, long) |
| Constructor and Description |
|---|
LinkedListImpl(Comparator<E> comparator,
NodeStore<E> supplier) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.