Class ForwardingQueue<E>

java.lang.Object
org.jmxtrans.agent.util.collect.ForwardingCollection<E>
org.jmxtrans.agent.util.collect.ForwardingQueue<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Queue<E>
Direct Known Subclasses:
EvictingQueue

public abstract class ForwardingQueue<E>
extends ForwardingCollection<E>
implements Queue<E>
Author:
Cyrille Le Clerc