nextEntry 方法

DoubleLinkedQueueEntry<E>? nextEntry()

下一个条目,如果不存在则为 null

实现

DoubleLinkedQueueEntry<E>? nextEntry() => _nextLink;