public void print(List<PathCount> pc) { for(PathCount count : pc){ System.out.println(count.getPath() + " : " + count.getCount()); } }