E first

Source

E get first {
  _DoubleLinkedQueueEntry<E> firstEntry = _sentinel._nextLink;
  return firstEntry._element;
}