| Package | Description |
|---|---|
| org.apache.activemq.artemis.utils.collections |
| Modifier and Type | Method and Description |
|---|---|
LinkedListImpl.Node<E> |
NodeStore.getNode(String listID,
long id) |
protected LinkedListImpl.Node<E> |
LinkedListImpl.Node.next() |
protected LinkedListImpl.Node<E> |
LinkedListImpl.Node.prev() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStore.removeNode(E element,
LinkedListImpl.Node<E> node) |
void |
NodeStore.storeNode(E element,
LinkedListImpl.Node<E> node)
When you store the node, make sure you find what is the ID and ListID for the element you are storing
as later one you will need to provide the node based on list and id as specified on
NodeStore.getNode(String, long) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.