E
- the graph edge typepublic class FastutilIntVertexGSS<E> extends Object implements GraphSpecificsStrategy<Integer,E>
Constructor and Description |
---|
FastutilIntVertexGSS() |
Modifier and Type | Method and Description |
---|---|
Function<GraphType,IntrusiveEdgesSpecifics<Integer,E>> |
getIntrusiveEdgesSpecificsFactory()
Get a function which creates the intrusive edges specifics.
|
BiFunction<Graph<Integer,E>,GraphType,Specifics<Integer,E>> |
getSpecificsFactory()
Get a function which creates the specifics.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEdgeSetFactory
public BiFunction<Graph<Integer,E>,GraphType,Specifics<Integer,E>> getSpecificsFactory()
GraphSpecificsStrategy
getSpecificsFactory
in interface GraphSpecificsStrategy<Integer,E>
public Function<GraphType,IntrusiveEdgesSpecifics<Integer,E>> getIntrusiveEdgesSpecificsFactory()
GraphSpecificsStrategy
Note that it is very important to use a map implementation which respects iteration order.
getIntrusiveEdgesSpecificsFactory
in interface GraphSpecificsStrategy<Integer,E>
Copyright © 2019. All rights reserved.