Package edu.uci.ics.jung.graph.util
Class Graphs.UnmodifiableGraph<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph<V,E>
-
- edu.uci.ics.jung.graph.util.Graphs.UnmodifiableGraph<V,E>
-
- All Implemented Interfaces:
Graph<V,E>
,Hypergraph<V,E>
,java.io.Serializable
- Direct Known Subclasses:
Graphs.UnmodifiableForest
- Enclosing class:
- Graphs
static class Graphs.UnmodifiableGraph<V,E> extends Graphs.UnmodifiableAbstractGraph<V,E> implements java.io.Serializable
-
-
Field Summary
-
Fields inherited from class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
delegate
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UnmodifiableGraph(Graph<V,E> delegate)
-
Method Summary
-
Methods inherited from class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
addEdge, addEdge, addEdge, addEdge, addVertex, containsEdge, containsVertex, degree, findEdge, findEdgeSet, getDefaultEdgeType, getDest, getEdgeCount, getEdgeCount, getEdges, getEdges, getEdgeType, getEndpoints, getIncidentCount, getIncidentEdges, getIncidentVertices, getInEdges, getNeighborCount, getNeighbors, getOpposite, getOutEdges, getPredecessorCount, getPredecessors, getSource, getSuccessorCount, getSuccessors, getVertexCount, getVertices, inDegree, isDest, isIncident, isNeighbor, isPredecessor, isSource, isSuccessor, outDegree, removeEdge, removeVertex
-
-