Class Lookup.LookupPriorityQueue

    • Constructor Detail

      • LookupPriorityQueue

        public LookupPriorityQueue​(int size)
        Creates a new priority queue of the specified size.
    • Method Detail

      • getResults

        public Lookup.LookupResult[] getResults()
        Returns the top N results in descending order.
        Returns:
        the top N results in descending order.