| Package | Description |
|---|---|
| edu.uci.ics.jung.graph.util |
Utility interfaces and classes for the JUNG API.
|
| Modifier and Type | Method and Description |
|---|---|
static <V,E> UndirectedGraph<V,E> |
Graphs.synchronizedUndirectedGraph(UndirectedGraph<V,E> graph)
Returns a synchronized UndirectedGraph backed by the passed UndirectedGraph.
|
static <V,E> UndirectedGraph<V,E> |
Graphs.unmodifiableUndirectedGraph(UndirectedGraph<V,E> graph)
Returns an unmodifiable
UndirectedGraph backed by the passed graph. |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> UndirectedGraph<V,E> |
Graphs.synchronizedUndirectedGraph(UndirectedGraph<V,E> graph)
Returns a synchronized UndirectedGraph backed by the passed UndirectedGraph.
|
static <V,E> UndirectedGraph<V,E> |
Graphs.unmodifiableUndirectedGraph(UndirectedGraph<V,E> graph)
Returns an unmodifiable
UndirectedGraph backed by the passed graph. |
Copyright © 2016. All rights reserved.