Package org.apache.commons.collections4.queue


package org.apache.commons.collections4.queue
This package contains implementations for the Queue interface.

The following implementations are provided in the package:

  • CircularFifoQueue - implements a queue with a fixed size that discards oldest when full

The following decorators are provided in the package:

  • Predicated - ensures that only elements that are valid according to a predicate can be added
  • Transformed - transforms elements added to the queue
  • Unmodifiable - ensures the collection cannot be altered
Version:
$Id: package-info.java 1477765 2013-04-30 18:37:37Z tn $