Package org.aoju.bus.core.collection
Class EnumerationIterator<E>
java.lang.Object
org.aoju.bus.core.collection.EnumerationIterator<E>
- Type Parameters:
E- 元素类型
- All Implemented Interfaces:
Serializable,Iterable<E>,Iterator<E>,IterableIterator<E>
Enumeration对象转Iterator对象- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
EnumerationIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-
iterator
-