没有此接口的直接实现,要使用colletction子接口
#Collection遍历
Collection <String>c = new ArrayList<String>(); Iterator<String> it = c.iterator();