随笔分类 -  JavaseSoucre

摘要:1.Collection接口Collection(Interface)Collection接口扩展了Iterable接口,实现了Iterable接口的那些类可以拥有增强for循环1 public static void print(Collection coll){2 for(Any... 阅读全文
posted @ 2015-12-10 19:10 不再天真 阅读(180) 评论(0) 推荐(0)