abstract public T iterEdges(EdgeFun func, T accum);
This is for a multithreaded library for graphs. I am not asking for anything
It is a generic method. The first is for the generic type that would be used. The function is also declaring that is returns that type T. The parameters are showing that they use that generic parameter type.