| Class | Description |
|---|---|
| AdjustablePriorityQueue<T> |
A priority queue implementation supporting in situ adjustment of priorities.
|
| DelimitedStringBuilder |
Supports the construction of a
String representing a
list of items separated by a delimiter, suppressing
the delimiter after the last element. |
| FIFO<T> |
A FIFO implementation of the
Queue interface. |
| Filter |
Runs an external script that takes a string on stdin and writes a string to
stdout.
|
| LIFO<T> |
A LIFO implementation of the
Queue interface, i.e. |
| RandomQueue<T> |
An implementation of the java.util.Queue interface in which elements are
extracted in a random order.
|
| TextResourceFile |
Provides an interface to a text resource file.
|