| Package | Description | 
|---|---|
| javax.ide.util | 
 This package contains utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Graph<T> | 
Graph.subgraph(java.util.Collection<T> vertices)
Returns a new graph containing only the specified vertices. 
 | 
static <Z> Graph<Z> | 
Graph.unmodifiableGraph(Graph<? extends Z> graph)
Returns a graph based on the specified graph, but which does not permit
 modification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <Z> Graph<Z> | 
Graph.unmodifiableGraph(Graph<? extends Z> graph)
Returns a graph based on the specified graph, but which does not permit
 modification. 
 | 
| Constructor and Description | 
|---|
Graph(Graph<T> original)
Copy constructor. 
 |