Lucene.Net 2.0 Class Library

PriorityQueue.Pop Method 

Removes and returns the least element of the PriorityQueue in log(size) time.

public object Pop();

See Also

PriorityQueue Class | Lucene.Net.Util Namespace