Class AbstractUndirectedNetworkConnections<N,​E>

    • Field Detail

      • incidentEdgeMap

        protected final java.util.Map<E,​N> incidentEdgeMap
        Keys are edges incident to the origin node, values are the node at the other end.
    • Constructor Detail

      • AbstractUndirectedNetworkConnections

        protected AbstractUndirectedNetworkConnections​(java.util.Map<E,​N> incidentEdgeMap)