previousEntry method
Returns the previous entry or null
if there is none.
Implementation
DoubleLinkedQueueEntry<E> previousEntry() => _previousLink;
Returns the previous entry or null
if there is none.
DoubleLinkedQueueEntry<E> previousEntry() => _previousLink;