public class Iterators extends Object
Constructor and Description |
---|
Iterators() |
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<T> |
iter(Enumeration<T> enumeration)
将
Enumeration 转化为迭代器对象 |
public static <T> Iterator<T> iter(Enumeration<T> enumeration)
Enumeration
转化为迭代器对象Copyright © 2020. All rights reserved.