Class FastutilFastLookupIntVertexGSS<E>

  • Type Parameters:
    E - the graph edge type
    All Implemented Interfaces:
    Serializable, GraphSpecificsStrategy<Integer,​E>

    public class FastutilFastLookupIntVertexGSS<E>
    extends Object
    implements GraphSpecificsStrategy<Integer,​E>
    A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.

    Graphs constructed using this strategy use additional data structures to improve the performance of methods which depend on edge retrievals, e.g. getEdge(V u, V v), containsEdge(V u, V v),addEdge(V u, V v). A disadvantage is an increase in memory consumption. If memory utilization is an issue, use the FastutilIntVertexGSS instead.

    Author:
    Dimitrios Michail
    See Also:
    Serialized Form