Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
javax.ide.util.Graph

Packages that use Graph
javax.ide.util This package contains utility classes. 
 

Uses of Graph in javax.ide.util
 

Methods in javax.ide.util that return Graph
 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.
 

Methods in javax.ide.util with parameters of type Graph
static
<Z> Graph<Z>
Graph.unmodifiableGraph(Graph<? extends Z> graph)
          Returns a graph based on the specified graph, but which does not permit modification.
 

Constructors in javax.ide.util with parameters of type Graph
Graph(Graph<T> original)
          Copy constructor.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.