Class Hierarchy
- java.lang.Object
- it.unive.lisa.util.datastructures.graph.AdjacencyMatrix<G,N,E> (implements java.lang.Iterable<T>)
- it.unive.lisa.util.datastructures.graph.AdjacencyMatrix.NodeEdges<G,N,E>
- it.unive.lisa.util.datastructures.graph.BaseGraph<G,N,E> (implements it.unive.lisa.util.datastructures.graph.Graph<G,N,E>)
Interface Hierarchy
- it.unive.lisa.util.datastructures.graph.Edge<G,N,E>
- it.unive.lisa.util.datastructures.graph.Graph<G,N,E>
- it.unive.lisa.util.datastructures.graph.GraphVisitor<G,N,E,V>
- it.unive.lisa.util.datastructures.graph.Node<G,N,E>