Package org.jgrapht.graph.specifics
Implementations of specifics for various graph types.
-
Interface Summary Interface Description Specifics<V,E> An interface encapsulating the basic graph operations. -
Class Summary Class Description ArrayUnenforcedSetEdgeSetFactory<V,E> An edge set factory which createsArrayUnenforcedSet
of size 1, suitable for small degree vertices.DirectedEdgeContainer<V,E> A container for vertex edges.DirectedSpecifics<V,E> Plain implementation of DirectedSpecifics.FastLookupDirectedSpecifics<V,E> Fast implementation of DirectedSpecifics.FastLookupUndirectedSpecifics<V,E> Fast implementation of UndirectedSpecifics.UndirectedEdgeContainer<V,E> A container for vertex edges.UndirectedSpecifics<V,E> Plain implementation of UndirectedSpecifics.