edges property

Iterable<Node<T>> get edges

The edges of this Node. They may be interlinked.

Implementation

Iterable<Node<T>> get edges;