Uses of Class
org.apache.commons.collections4.queue.PredicatedQueue
-
Packages that use PredicatedQueue Package Description org.apache.commons.collections4.queue This package contains implementations for theQueue
interface. -
-
Uses of PredicatedQueue in org.apache.commons.collections4.queue
Methods in org.apache.commons.collections4.queue that return PredicatedQueue Modifier and Type Method Description static <E> PredicatedQueue<E>
PredicatedQueue. predicatedQueue(Queue<E> Queue, Predicate<? super E> predicate)
Factory method to create a predicated (validating) queue.
-