Class BidirectionalDijkstraShortestPath.QueueEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) E e  
      (package private) V v  
    • Constructor Summary

      Constructors 
      Constructor Description
      QueueEntry​(E e, V v)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • e

        E e
      • v

        V v
    • Constructor Detail

      • QueueEntry

        public QueueEntry​(E e,
                          V v)