Interface Dijkstra.HeuristicFunction

  • All Superinterfaces:
    java.util.function.LongToDoubleFunction
    All Known Implementing Classes:
    AStar.HaversineHeuristic
    Enclosing class:
    Dijkstra
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Dijkstra.HeuristicFunction
    extends java.util.function.LongToDoubleFunction
    • Method Summary

      • Methods inherited from interface java.util.function.LongToDoubleFunction

        applyAsDouble