DoubleLinkedQueueEntry<E> nextEntry()

Source

DoubleLinkedQueueEntry<E> nextEntry() {
  return _nextLink;
}