Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.graph.builder |
Various builder for graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableDirectedGraph<V,E>
Deprecated.
In favor of
AsUnmodifiableGraph . |
class |
UnmodifiableUndirectedGraph<V,E>
Deprecated.
In favor of
AsUnmodifiableGraph . |
Modifier and Type | Method and Description |
---|---|
UnmodifiableGraph<V,E> |
AbstractGraphBuilder.buildUnmodifiable()
Deprecated.
In favor of
AbstractGraphBuilder.buildAsUnmodifiable() . |
Copyright © 2017. All rights reserved.