Package org.apache.commons.collections4.queue

This package contains implementations for the Queue interface.

See:
          Description

Class Summary
AbstractQueueDecorator<E> Decorates another Queue to provide additional behaviour.
CircularFifoQueue<E> CircularFifoQueue is a first-in first-out queue with a fixed size that replaces its oldest element if full.
PredicatedQueue<E> Decorates another Queue to validate that additions match a specified predicate.
TransformedQueue<E> Decorates another Queue to transform objects that are added.
UnmodifiableQueue<E> Decorates another Queue to ensure it can't be altered.
 

Package org.apache.commons.collections4.queue Description

This package contains implementations for the Queue interface.

The following implementations are provided in the package:

The following decorators are provided in the package:

Version:
$Id: package-info.java 1477765 2013-04-30 18:37:37Z tn $


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