public static class WayToEdgeConverter.EdgeResult extends Object
Constructor and Description |
---|
EdgeResult(int numFrom,
int numVia,
int numTo) |
Modifier and Type | Method and Description |
---|---|
com.carrotsearch.hppc.IntArrayList |
getFromEdges() |
com.carrotsearch.hppc.IntArrayList |
getNodes()
All the intermediate nodes, i.e.
|
com.carrotsearch.hppc.IntArrayList |
getToEdges() |
com.carrotsearch.hppc.IntArrayList |
getViaEdges() |
public com.carrotsearch.hppc.IntArrayList getFromEdges()
public com.carrotsearch.hppc.IntArrayList getViaEdges()
public com.carrotsearch.hppc.IntArrayList getToEdges()
public com.carrotsearch.hppc.IntArrayList getNodes()
a b c d 0---1---2---3---4where 'a' is the from-edge and 'd' is the to-edge this will be [1,2,3]
Copyright © 2012–2022. All rights reserved.