Class RoundRobinList<E>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, Deque<E>, List<E>, Queue<E>

public final class RoundRobinList<E> extends LinkedList<E>
Author:
Eike Stepper
See Also: