public class CompoundEnumeration<E> extends Object implements Enumeration<E>
Constructor and Description |
---|
CompoundEnumeration(Enumeration<?>[] enums) |
public CompoundEnumeration(Enumeration<?>[] enums)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<E>
public E nextElement()
nextElement
in interface Enumeration<E>
Copyright © 2013 Nuxeo SA. All Rights Reserved.