@FunctionalInterface public interface NeighborsFunctionWithVertexValue<K,VV,EV,T>
Modifier and Type | Method and Description |
---|---|
T |
iterateNeighbors(VV vertexValue,
Map<EdgeWithValue<K,EV>,VV> neighbors) |
Copyright © 2020. All rights reserved.