随笔分类 -  Java

摘要:枚举(The Enumeration)接口定义了一种从数据结构中取回连续元素的方式。 Java8中Enumeration接口的源码: public interface Enumeration<E> { /** * Tests if this enumeration contains more ele 阅读全文
posted @ 2021-11-06 12:12 &Melody 阅读(158) 评论(0) 推荐(0)