Edge<N extends Node> constructor

Edge<N extends Node>(
  1. N from,
  2. N to
)

Implementation

Edge(this.from, this.to);