DoubleLinkedQueueEntry<E> firstEntry()

Source

DoubleLinkedQueueEntry<E> firstEntry() {
  return _sentinel.nextEntry();
}