class Concurrent::Collection::JavaNonConcurrentPriorityQueue

def peek

@!macro priority_queue_method_peek
def peek
  @queue.peek
end