V - vertex typeE - undirected edge typepublic class SparseUnDiGraph<V,E extends UndirectedEdge<V>> extends SparseGraph<V,E> implements UnDiGraph<V,E>
| Constructor and Description |
|---|
SparseUnDiGraph()
Construct an empty graph.
|
SparseUnDiGraph(UnDiGraph<V,E> g)
(Copy) construct a graph from another graph.
|
addEdge, addVertex, contains, edges, edges, removeEdge, removeVertex, toString, verticesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEdge, addVertex, edges, edges, removeEdge, removeVertex, verticesCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.