Module org.jgrapht.core
Package org.jgrapht.graph.specifics
package org.jgrapht.graph.specifics
Implementations of specifics for various graph types.
-
ClassDescriptionAn edge set factory which creates
ArrayUnenforcedSet
of size 1, suitable for small degree vertices.A container for vertex edges.DirectedSpecifics<V,E> Plain implementation of DirectedSpecifics.Fast implementation of DirectedSpecifics.Fast implementation of UndirectedSpecifics.Specifics<V,E> An interface encapsulating the basic graph operations.A container for vertex edges.UndirectedSpecifics<V,E> Plain implementation of UndirectedSpecifics.