previousEntry 方法

DoubleLinkedQueueEntry<E>? previousEntry()

前一个元素,如果没有则返回 null

实现

DoubleLinkedQueueEntry<E>? previousEntry() => _previousLink;