peek method

Peek without removing

Implementation

BaseNarrativeModel peek() {
  _resortIfNeeded();
  return _queue.first;
}