Skip navigation links

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

E17493-04


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.

 


Skip navigation links

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

E17493-04


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