zuora

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

posted @ 2017-10-18 17:47  yc5518  阅读(182)  评论(0编辑  收藏  举报