nodes property

List<Node<N, L>> nodes
final

All nodes in the graph.

Implementation

final List<Node<N, L>> nodes;