public class UnmodifiableDirectedGraph<V,E> extends UnmodifiableGraph<V,E> implements DirectedGraph<V,E>
UnmodifiableGraph, 
Serialized Form| Constructor and Description | 
|---|
UnmodifiableDirectedGraph(DirectedGraph<V,E> g)
Creates a new unmodifiable directed graph based on the specified backing
 graph. 
 | 
addEdge, addEdge, addVertex, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertexcontainsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, setEdgeWeight, toString, vertexSetassertVertexExist, containsEdge, equals, hashCode, removeAllEdges, toStringFromSetsclone, finalize, getClass, notify, notifyAll, wait, wait, waitincomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOfaddEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSetpublic UnmodifiableDirectedGraph(DirectedGraph<V,E> g)
g - the backing graph on which an unmodifiable graph is to be
 created.Copyright © 2016. All rights reserved.