LinearQueue |
LinearQueue stores values in a 'first-in, first-out' manner.
|
QueueStringifier |
QueueStringifier stringifies instances of type Queue |
TypedQueue |
TypedQueue is a wrapper for Queue instances that ensures that
only values of a specific type can be added to the wrapped queue.
|