Interface FastLookupPriorityQueue

    • Method Detail

      • isEmpty

        boolean isEmpty()
      • contains

        Record contains​(Record newRec)
        Checks if the queue contains a record pointing to the same state as the given record. If so, it returns that record, if not, it returns null;
        Parameters:
        newRec -
        Returns:
      • size

        int size()
      • add

        boolean add​(Record newE)
      • setMaxCost

        void setMaxCost​(int maxCost)
      • getMaxCost

        int getMaxCost()