DoubleLinkedQueueEntry<E> previousEntry( )

Not documented.

Source

DoubleLinkedQueueEntry<E> previousEntry() {
  return _previousLink;
}