Package org.apache.commons.collections4.queue


package org.apache.commons.collections4.queue
Implements 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