Uses of Class
org.apache.commons.collections4.queue.SynchronizedQueue
-
Packages that use SynchronizedQueue Package Description org.apache.commons.collections4.queue This package contains implementations for theQueue
interface. -
-
Uses of SynchronizedQueue in org.apache.commons.collections4.queue
Methods in org.apache.commons.collections4.queue that return SynchronizedQueue Modifier and Type Method Description static <E> SynchronizedQueue<E>
SynchronizedQueue. synchronizedQueue(Queue<E> queue)
Factory method to create a synchronized queue.
-