class Concurrent::Collection::JavaNonConcurrentPriorityQueue

def length

@!macro priority_queue_method_length
def length
  @queue.size
end