Package org.summerboot.jexpress.util
Class IteratorEnumeration<E>
java.lang.Object
org.summerboot.jexpress.util.IteratorEnumeration<E>
- Type Parameters:
E- type
- All Implemented Interfaces:
Enumeration<E>
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Field Details
-
iterator
-
-
Constructor Details
-
IteratorEnumeration
-
-
Method Details
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<E>
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<E>
-