DoubleLinkedQueueEntry<E> lastEntry( )

Not documented.

Source

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