DoubleLinkedQueueEntry<E> constructor

DoubleLinkedQueueEntry<E>(E element)

Implementation

DoubleLinkedQueueEntry(this.element);