Uses of Interface
org.apache.activemq.artemis.utils.collections.LinkedList
-
Packages that use LinkedList Package Description org.apache.activemq.artemis.utils.collections -
-
Uses of LinkedList in org.apache.activemq.artemis.utils.collections
Classes in org.apache.activemq.artemis.utils.collections that implement LinkedList Modifier and Type Class Description classLinkedListImpl<E>A linked list implementation which allows multiple iterators to exist at the same time on the queue, and which see any elements added or removed from the queue either directly or via iterators.
-