Package org.jgrapht.opt.graph.fastutil
Class FastutilIntVertexGSS<E>
- java.lang.Object
-
- org.jgrapht.opt.graph.fastutil.FastutilIntVertexGSS<E>
-
- Type Parameters:
E- the graph edge type
- All Implemented Interfaces:
java.io.Serializable,org.jgrapht.graph.GraphSpecificsStrategy<java.lang.Integer,E>
public class FastutilIntVertexGSS<E> extends java.lang.Object implements org.jgrapht.graph.GraphSpecificsStrategy<java.lang.Integer,E>A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.- Author:
- Dimitrios Michail
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FastutilIntVertexGSS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.function.Function<org.jgrapht.GraphType,org.jgrapht.graph.IntrusiveEdgesSpecifics<java.lang.Integer,E>>getIntrusiveEdgesSpecificsFactory()java.util.function.BiFunction<org.jgrapht.Graph<java.lang.Integer,E>,org.jgrapht.GraphType,org.jgrapht.graph.specifics.Specifics<java.lang.Integer,E>>getSpecificsFactory()
-
-
-
Method Detail
-
getSpecificsFactory
public java.util.function.BiFunction<org.jgrapht.Graph<java.lang.Integer,E>,org.jgrapht.GraphType,org.jgrapht.graph.specifics.Specifics<java.lang.Integer,E>> getSpecificsFactory()
- Specified by:
getSpecificsFactoryin interfaceorg.jgrapht.graph.GraphSpecificsStrategy<java.lang.Integer,E>
-
getIntrusiveEdgesSpecificsFactory
public java.util.function.Function<org.jgrapht.GraphType,org.jgrapht.graph.IntrusiveEdgesSpecifics<java.lang.Integer,E>> getIntrusiveEdgesSpecificsFactory()
- Specified by:
getIntrusiveEdgesSpecificsFactoryin interfaceorg.jgrapht.graph.GraphSpecificsStrategy<java.lang.Integer,E>
-
-