DoubleLinkedQueueEntry<E> constructor

DoubleLinkedQueueEntry<E>(E _element)

Implementation

DoubleLinkedQueueEntry(this._element);