E - the element typeprotected static class ClassLoaderUtils.AggregateIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AggregateIterator() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface java.util.Iterator<E>public void remove()
remove in interface java.util.Iterator<E>