TypeVertex - The type of values stored in the vertices. Must be a Comparable type.public interface GraphMultiUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>> extends GraphMulti<TypeVertex>, GraphUndirected<TypeVertex>
| Modifier and Type | Method and Description |
|---|---|
EdgesMultiUndirected<TypeVertex,? extends java.lang.Comparable<?>,? extends EdgeUndirected<TypeVertex>> |
getEdges()
Get the edges of the graph.
|
getVerticesclear, importFromEdgesMultiUndirected<TypeVertex,? extends java.lang.Comparable<?>,? extends EdgeUndirected<TypeVertex>> getEdges()
GraphgetEdges in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphMulti<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>>