|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
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 Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||