Java-Enumeration总结

Enumeration(枚举)接口的做用和Iterator相似,只提供了遍历Vector和HashTable类型集合元素的功能,不支持元素的移除操做。 Java8中Enumeration接口的源码: public interface Enumeration<E> { /** * Tests if this enumeration contains more elements. * * @retur
相关文章
相关标签/搜索