org.nuxeo.ecm.webengine.jaxrs.servlet
Class CompoundEnumeration<E>
java.lang.Object
org.nuxeo.ecm.webengine.jaxrs.servlet.CompoundEnumeration<E>
- All Implemented Interfaces:
- Enumeration<E>
public class CompoundEnumeration<E>
- extends Object
- implements Enumeration<E>
- Author:
- Bogdan Stefanescu
CompoundEnumeration
public CompoundEnumeration(Enumeration<?>[] enums)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<E>
nextElement
public E nextElement()
- Specified by:
nextElement
in interface Enumeration<E>
Copyright © 2011 Nuxeo SAS. All Rights Reserved.