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  阅读(188)  评论(0)    收藏  举报