Uses of Class
org.apache.activemq.artemis.utils.collections.LinkedListImpl.Node
-
Packages that use LinkedListImpl.Node Package Description org.apache.activemq.artemis.utils.collections -
-
Uses of LinkedListImpl.Node in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return LinkedListImpl.Node Modifier and Type Method Description LinkedListImpl.Node<E>NodeStore. getNode(java.lang.String listID, long id)protected LinkedListImpl.Node<E>LinkedListImpl.Node. next()protected LinkedListImpl.Node<E>LinkedListImpl.Node. prev()Methods in org.apache.activemq.artemis.utils.collections with parameters of type LinkedListImpl.Node Modifier and Type Method Description voidNodeStore. removeNode(E element, LinkedListImpl.Node<E> node)voidNodeStore. 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 onNodeStore.getNode(String, long)
-