Appends the given element e as entry just after this entry.
e
void append(E e) { DoubleLinkedQueueEntry<E>(e)._link(this, _nextLink); }