Uses of Interface
org.jgrapht.GraphIterables
Packages that use GraphIterables
Package
Description
The front-end API's interfaces and classes, including
Graph
.Implementations of various graphs.
Immutable graphs stored using Sux4J's quasi-succinct data
structures.
Adapters for graphs stored using
WebGraph's compressed and succinct
formats.
-
Uses of GraphIterables in org.jgrapht
Methods in org.jgrapht that return GraphIterablesModifier and TypeMethodDescriptiondefault GraphIterables
<V, E> Graph.iterables()
Access the graph using theGraphIterables
interface. -
Uses of GraphIterables in org.jgrapht.graph
Classes in org.jgrapht.graph that implement GraphIterablesModifier and TypeClassDescriptionclass
The default implementation of the graph iterables which simply delegates to the set implementations.Fields in org.jgrapht.graph declared as GraphIterablesMethods in org.jgrapht.graph that return GraphIterables -
Uses of GraphIterables in org.jgrapht.sux4j
Classes in org.jgrapht.sux4j that implement GraphIterablesModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
Fields in org.jgrapht.sux4j declared as GraphIterablesModifier and TypeFieldDescriptionprivate final GraphIterables
<Integer, it.unimi.dsi.fastutil.ints.IntIntPair> SuccinctDirectedGraph.iterables
private final GraphIterables
<Integer, Integer> SuccinctIntDirectedGraph.iterables
Methods in org.jgrapht.sux4j that return GraphIterablesModifier and TypeMethodDescriptionGraphIterables
<Integer, it.unimi.dsi.fastutil.ints.IntIntPair> SuccinctDirectedGraph.iterables()
SuccinctIntDirectedGraph.iterables()
SuccinctIntUndirectedGraph.iterables()
GraphIterables
<Integer, it.unimi.dsi.fastutil.ints.IntIntSortedPair> SuccinctUndirectedGraph.iterables()
-
Uses of GraphIterables in org.jgrapht.webgraph
Fields in org.jgrapht.webgraph declared as GraphIterablesModifier and TypeFieldDescriptionprivate final GraphIterables
<Long, it.unimi.dsi.fastutil.longs.LongLongPair> ImmutableDirectedBigGraphAdapter.iterables
private final GraphIterables
<Integer, it.unimi.dsi.fastutil.ints.IntIntPair> ImmutableDirectedGraphAdapter.iterables
private final GraphIterables
<Long, it.unimi.dsi.fastutil.longs.LongLongSortedPair> ImmutableUndirectedBigGraphAdapter.iterables
private final GraphIterables
<Integer, it.unimi.dsi.fastutil.ints.IntIntSortedPair> ImmutableUndirectedGraphAdapter.iterables
Methods in org.jgrapht.webgraph that return GraphIterablesModifier and TypeMethodDescriptionGraphIterables
<Long, it.unimi.dsi.fastutil.longs.LongLongPair> ImmutableDirectedBigGraphAdapter.iterables()
GraphIterables
<Integer, it.unimi.dsi.fastutil.ints.IntIntPair> ImmutableDirectedGraphAdapter.iterables()
GraphIterables
<Long, it.unimi.dsi.fastutil.longs.LongLongSortedPair> ImmutableUndirectedBigGraphAdapter.iterables()
GraphIterables
<Integer, it.unimi.dsi.fastutil.ints.IntIntSortedPair> ImmutableUndirectedGraphAdapter.iterables()