Uses of Class
org.apache.commons.collections4.queue.PredicatedQueue

Packages that use PredicatedQueue
org.apache.commons.collections4.queue This package contains implementations for the Queue interface. 
 

Uses of PredicatedQueue in org.apache.commons.collections4.queue
 

Methods in org.apache.commons.collections4.queue that return PredicatedQueue
static
<E> PredicatedQueue<E>
PredicatedQueue.predicatedQueue(Queue<E> Queue, Predicate<? super E> predicate)
          Factory method to create a predicated (validating) queue.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.