nextEdges property

Set<Edge> nextEdges
getter/setter pair

Cache all the next edges of this vertex. 对当前节点的后向关系记录进行缓存。

Implementation

Set<Edge> nextEdges = {};