cycle property

List<T> cycle
final

The list of nodes comprising the cycle.

Each node in this list has an edge to the next node. The final node has an edge to the first node.

Implementation

final List<T> cycle;