DoubleLinkedQueueEntry<E> constructor

DoubleLinkedQueueEntry<E>(
  1. E _element
)

Implementation

DoubleLinkedQueueEntry(this._element);