E - the element typeprotected static class ClassLoaderUtils.AggregateIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
| 限定符 | 构造器和说明 |
|---|---|
protected |
AggregateIterator() |
| 限定符和类型 | 方法和说明 |
|---|---|
ClassLoaderUtils.AggregateIterator |
addEnumeration(java.util.Enumeration<E> e)
Adds the enumeration.
|
boolean |
hasNext() |
E |
next() |
void |
remove() |
public ClassLoaderUtils.AggregateIterator addEnumeration(java.util.Enumeration<E> e)
e - the epublic boolean hasNext()
hasNext 在接口中 java.util.Iterator<E>public void remove()
remove 在接口中 java.util.Iterator<E>