摘要: List是一个接口,而ArrayList是一个类。 public interface List extends Collection { int size(); boolean isEmpty(); boolean contains(Object o); Iterato... 阅读全文
posted @ 2016-12-23 15:52 N3verL4nd 阅读(146) 评论(0) 推荐(0)
摘要: List是一个接口,而ArrayList是一个类。 public interface List extends Collection { int size(); boolean isEmpty(); boolean contains(Object o); Iterato... 阅读全文
posted @ 2016-12-23 15:52 N3verL4nd 阅读(263) 评论(0) 推荐(0)