Package | Description |
---|---|
org.apache.commons.collections4.queue |
This package contains implementations for the
Queue interface. |
Modifier and Type | Method and Description |
---|---|
static <E> SynchronizedQueue<E> |
SynchronizedQueue.synchronizedQueue(Queue<E> queue)
Factory method to create a synchronized queue.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.