DoubleLinkedQueueEntry<E> firstEntry( )

Not documented.

Source

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