Package com.jgalgo.adapt.jgrapht

Adapters from JGraphT to JGalgo, and from JGalgo to JGraphT.

Classes that accept a JGAlgo Graph and implement other library graph interface are called adapters. Classes that accept other library graph and implement the JGAlgo graph interface are called wrappers. For JGraphT, these are JGraphTAdapter and JGraphTWrapper, respectively.