public int outDegree(Vertex v) { return(v.outDegree()); }
public int outDegree(Vertex v) { return v.outDegree(); }