A B C D E F G H I M O P Q R S T V W

F

FifoLifoQueue<E> - Class in paratask.queues
A mixed-schedule queue.
FifoLifoQueue() - Constructor for class paratask.queues.FifoLifoQueue
Creates an empty queue with maximum capacity and chunksize of 1.
FifoLifoQueue(int, int) - Constructor for class paratask.queues.FifoLifoQueue
Creates an empty queue with the specified chunksize and capacity.
FifoLifoQueue(Collection<? extends E>, int) - Constructor for class paratask.queues.FifoLifoQueue
Creates a queue containing the specified collection with the specified chunksize.
FifoLifoQueue(long[]) - Constructor for class paratask.queues.FifoLifoQueue
Create an empty queue with unlimited capacity and chunksize of 1.

A B C D E F G H I M O P Q R S T V W