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, vertices
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addEdge, addVertex, edges, edges, removeEdge, removeVertex, vertices
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.