Class AbstractUndirectedNetworkConnections<N,​E>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<E,​N> incidentEdgeMap
      Keys are edges incident to the origin node, values are the node at the other end.
    • 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)