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, waitgetEdgeSetFactorypublic BiFunction<Graph<Integer,E>,GraphType,Specifics<Integer,E>> getSpecificsFactory()
GraphSpecificsStrategygetSpecificsFactory in interface GraphSpecificsStrategy<Integer,E>public Function<GraphType,IntrusiveEdgesSpecifics<Integer,E>> getIntrusiveEdgesSpecificsFactory()
GraphSpecificsStrategyNote 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.