Package | Description |
---|---|
org.apache.commons.collections4.queue |
This package contains implementations for the
Queue interface. |
Modifier and Type | Method and Description |
---|---|
static <E> PredicatedQueue<E> |
PredicatedQueue.predicatedQueue(Queue<E> Queue,
Predicate<? super E> predicate)
Factory method to create a predicated (validating) queue.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.