Interface | Description |
---|---|
AbstractUndirectedGraph |
This interface abstracts the functionality of an unweighted graph.
|
AbstractWeightedUndirectedGraph |
This interface defines functionality for a weighted graph.
|
Class | Description |
---|---|
UndirectedListEdgeIterator | |
UndirectedListGraph |
This class implements the functionality of an undirected graph.
|
UndirectedWeightedListGraph |
This class implements the functionality of an undirected weighted graph.
|