nextEntry 方法

DoubleLinkedQueueEntry<E>? nextEntry()

下一个条目,如果没有则返回 null

实现

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