Returns the next entry or null if there is none.
null
DoubleLinkedQueueEntry<E> nextEntry() => _nextLink;