DoubleLinkedQueueEntry<E> nextEntry( )

Not documented.

Source

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