Java-Enumeration總結

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