Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.servlet
Class CompoundEnumeration<E>

java.lang.Object
  extended by 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

Constructor Summary
CompoundEnumeration(Enumeration<?>[] enums)
           
 
Method Summary
 boolean hasMoreElements()
           
 E nextElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundEnumeration

public CompoundEnumeration(Enumeration<?>[] enums)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<E>

nextElement

public E nextElement()
Specified by:
nextElement in interface Enumeration<E>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.