DoubleLinkedQueueEntry<E> previousEntry()

Source

DoubleLinkedQueueEntry<E> previousEntry() {
  return _previousLink;
}