08 2019 档案

摘要:1.继承Collection接口,拥有add、remove、isEmpty、iterator、size等方法; add(E e):将指定得对象添加到该集合中 remove(Object o):将指定得对象从该集合中移除 isEmpty():返回boolean值,用户判断当前集合是否为空 iterat 阅读全文
posted @ 2019-08-06 15:08 Gen-昔年 阅读(149) 评论(0) 推荐(0)