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 theQueueinterface. -
-
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(java.util.Queue<E> queue)Factory method to create a synchronized queue.
-