DoubleLinkedQueueEntry<E> constructor

DoubleLinkedQueueEntry<E>(
  1. E element
)

Implementation

DoubleLinkedQueueEntry(this.element);