Class IteratorEnumeration<E>

java.lang.Object
org.aoju.bus.core.collection.IteratorEnumeration<E>
Type Parameters:
E - 元素类型
All Implemented Interfaces:
Enumeration<E>

public class IteratorEnumeration<E> extends Object implements Enumeration<E>
Since:
Java 17+
Author:
Kimi Liu