I ran into this block of code, and there is this one line I don\'t quit understand the meaning or what it is doing.
public Digraph(In in) { this(in.readI
An other constructor of the class Digraph with an int parameter.
Digraph(int param) { /* */ }