previousEntry method

DoubleLinkedQueueEntry<E> previousEntry ()

Returns the previous entry or null if there is none.

Implementation

DoubleLinkedQueueEntry<E> previousEntry() => _previousLink;