DoubleLinkedQueueEntry<E> lastEntry()

Source

DoubleLinkedQueueEntry<E> lastEntry() {
  return _sentinel.previousEntry();
}