JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.jgrapht.webgraph.AbstractImmutableGraphAdapter
Packages that use
AbstractImmutableGraphAdapter
Package
Description
org.jgrapht.webgraph
Adapters for graphs stored using
WebGraph
's compressed and succinct formats.
Uses of
AbstractImmutableGraphAdapter
in
org.jgrapht.webgraph
Subclasses of
AbstractImmutableGraphAdapter
in
org.jgrapht.webgraph
Modifier and Type
Class
Description
class
ImmutableDirectedGraphAdapter
An adapter class for directed graphs using
WebGraph
's
ImmutableGraph
.
class
ImmutableUndirectedGraphAdapter
An adapter class for undirected graphs using
WebGraph
's
ImmutableGraph
.