Class DefaultGraphIterables<V,​E>

java.lang.Object
org.jgrapht.graph.DefaultGraphIterables<V,​E>
Type Parameters:
V - the graph vertex type
E - the graph edge type
All Implemented Interfaces:
GraphIterables<V,​E>

public class DefaultGraphIterables<V,​E>
extends java.lang.Object
implements GraphIterables<V,​E>
The default implementation of the graph iterables which simply delegates to the set implementations.
Author:
Dimitrios Michail