DoubleLinkedQueueEntry<E> nextEntry()

Returns the next entry or null if there is none.

Source

DoubleLinkedQueueEntry<E> nextEntry() => _nextLink;