org.apache.felix.framework.util
Class CompoundEnumeration

java.lang.Object
  extended by org.apache.felix.framework.util.CompoundEnumeration
All Implemented Interfaces:
Enumeration

public class CompoundEnumeration
extends Object
implements Enumeration


Constructor Summary
CompoundEnumeration(Enumeration[] enums)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration


Copyright © 2011 Apache Software Foundation. All Rights Reserved.