org.apache.felix.framework.util
Class CompoundEnumeration

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

public class CompoundEnumeration
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
CompoundEnumeration(java.util.Enumeration[] enums)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.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(java.util.Enumeration[] enums)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.