Class EdgesConnecting<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.google.common.graph.EdgesConnecting<E>
Type Parameters:
E - Edge parameter type
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

final class EdgesConnecting<E> extends AbstractSet<E>
A class to represent the set of edges connecting an (implicit) origin node to a target node.

The nodeToOutEdge map means this class only works on networks without parallel edges. See MultiEdgesConnecting for a class that works with parallel edges.