Class FastutilIntVertexGSS<E>

java.lang.Object
org.jgrapht.opt.graph.fastutil.FastutilIntVertexGSS<E>
Type Parameters:
E - the graph edge type
All Implemented Interfaces:
Serializable, GraphSpecificsStrategy<Integer,E>

public class FastutilIntVertexGSS<E> extends Object implements GraphSpecificsStrategy<Integer,E>
A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.
Author:
Dimitrios Michail
See Also: