Package org.neo4j.gds.paths.dijkstra
Interface Dijkstra.HeuristicFunction
- All Superinterfaces:
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 LongToDoubleFunction
-
Method Summary
Methods inherited from interface java.util.function.LongToDoubleFunction
applyAsDouble