| Package | Description |
|---|---|
| org.apache.commons.collections4.queue |
This package contains implementations for the
Queue interface.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> TransformedQueue |
TransformedQueue.transformedQueue(Queue
Factory method to create a transforming queue that will transform existing contents of the specified queue.
|
static <E> TransformedQueue |
TransformedQueue.transformingQueue(Queue
Factory method to create a transforming queue.
|