Class BidirectionalDijkstraShortestPath.AlgorithmDetails.Specifics

    • Constructor Summary

      Constructors 
      Constructor Description
      Specifics()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.Set<? extends E> edgesOf​(V vertex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Specifics

        Specifics()
    • Method Detail

      • edgesOf

        public abstract java.util.Set<? extends E> edgesOf​(V vertex)