类 IteratorEnumeration<T>
java.lang.Object
spring.turbo.util.collection.IteratorEnumeration<T>
- 类型参数:
T- 泛型
- 所有已实现的接口:
Enumeration<T>
Iterator包装成Enumeration
- 从以下版本开始:
- 1.2.2
- 作者:
- 应卓
- 另请参阅:
-
构造器详细资料
-
IteratorEnumeration
-
-
方法详细资料
-
newInstance
-
hasMoreElements
public boolean hasMoreElements()- 指定者:
hasMoreElements在接口中Enumeration<T>
-
nextElement
- 指定者:
nextElement在接口中Enumeration<T>
-