protected static class NuxeoDevWebappClassLoader.CompoundEnumeration<E> extends Object implements Enumeration<E>
| Constructor and Description | 
|---|
CompoundEnumeration()  | 
CompoundEnumeration(List<Enumeration<E>> enums)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(Enumeration<E> e)  | 
boolean | 
hasMoreElements()  | 
E | 
nextElement()  | 
public CompoundEnumeration()
public CompoundEnumeration(List<Enumeration<E>> enums)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<E>public E nextElement()
nextElement in interface Enumeration<E>public void add(Enumeration<E> e)
Copyright © 2019 Nuxeo. All rights reserved.