Class Hierarchy
- java.lang.Object
- org.jgrapht.graph.AbstractGraph<V,
E> (implements org.jgrapht.Graph<V, E>) - org.jgrapht.sux4j.AbstractSuccinctGraph<E> (implements java.io.Serializable)
- org.jgrapht.sux4j.AbstractSuccinctDirectedGraph<E>
- org.jgrapht.sux4j.SuccinctDirectedGraph (implements java.io.Serializable)
- org.jgrapht.sux4j.SuccinctIntDirectedGraph (implements java.io.Serializable)
- org.jgrapht.sux4j.AbstractSuccinctUndirectedGraph<E>
- org.jgrapht.sux4j.SuccinctIntUndirectedGraph (implements java.io.Serializable)
- org.jgrapht.sux4j.SuccinctUndirectedGraph (implements java.io.Serializable)
- org.jgrapht.sux4j.AbstractSuccinctDirectedGraph<E>
- org.jgrapht.sux4j.AbstractSuccinctGraph<E> (implements java.io.Serializable)
- org.jgrapht.sux4j.AbstractSuccinctDirectedGraph.CumulativeDegrees (implements it.unimi.dsi.fastutil.longs.LongIterator)
- org.jgrapht.sux4j.AbstractSuccinctDirectedGraph.CumulativeSuccessors<E> (implements it.unimi.dsi.fastutil.longs.LongIterator)
- org.jgrapht.sux4j.AbstractSuccinctUndirectedGraph.CumulativeDegrees<E> (implements it.unimi.dsi.fastutil.longs.LongIterator)
- org.jgrapht.sux4j.AbstractSuccinctUndirectedGraph.CumulativeSuccessors<E> (implements it.unimi.dsi.fastutil.longs.LongIterator)
- org.jgrapht.graph.AbstractGraph<V,