DelegatingQueue<E> constructor

const DelegatingQueue<E>(Queue<E> queue)

Implementation

const DelegatingQueue(Queue<E> queue) : super(queue);