Package org.aoju.bus.core.collection
Class IteratorEnumeration<E>
java.lang.Object
org.aoju.bus.core.collection.IteratorEnumeration<E>
- Type Parameters:
E- 元素类型
- All Implemented Interfaces:
Enumeration<E>
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Details
-
IteratorEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<E>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<E>
-