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 classEmptyList<E>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.Methods in org.apache.activemq.artemis.utils.collections that return LinkedList Modifier and Type Method Description static <T> LinkedList<T>EmptyList. getEmptyList()
-