Package org.jgrapht.opt.graph.fastutil

Specialized graph implementations using the FastUtil library
  • Class Summary 
    Class Description
    FastutilFastLookupGSS<V,​E>
    The fast lookup specifics strategy implementation using fastutil maps for storage..
    FastutilFastLookupIntVertexGSS<E>
    A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.
    FastutilGSS<V,​E>
    A specifics strategy implementation using fastutil maps for storage.
    FastutilIntVertexGSS<E>
    A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.
    FastutilMapGraph<V,​E>
    A graph implementation using fastutil's map implementations for storage.
    FastutilMapIntVertexGraph<E>
    A graph implementation using fastutil's map implementations for storage specialized for integer vertices.