previousEntry方法

DoubleLinkedQueueEntry<E>? previousEntry()

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

实现

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