INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create queue for at most `n' items.
-- Oldest item.
-- Does queue include `v'?
-- (Reference or object equality,
-- based on `object_comparison'.)
-- Number of items.
-- Is the structure empty?
-- Is structure filled to capacity?
-- (Answer: no.)
-- May items be added? (Answer: yes.)
-- May items be removed? (Answer: yes.)
-- Add `v' as newest item.
-- Replace oldest item by `v'.
-- Remove oldest item.
-- Remove all items.
-- Representation as a linear structure
-- (in the original insertion order)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |