Class LimitedQueue<E>

Type Parameters:
E - the entity to use
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, Deque<E>, List<E>, Queue<E>

public class LimitedQueue<E> extends LinkedList<E>
A limited queue
Since:
8.8.4
Author:
Marco Meschieri - LogicalDOC
See Also: