org.eclipse.webdav.internal.kernel.utils
Class MergedEnumeration

java.lang.Object
  extended by org.eclipse.webdav.internal.kernel.utils.EnumerationFilter
      extended by org.eclipse.webdav.internal.kernel.utils.MergedEnumeration
All Implemented Interfaces:
Enumeration

public class MergedEnumeration
extends EnumerationFilter


Field Summary
protected  Enumeration first
           
protected  Enumeration second
           
 
Constructor Summary
MergedEnumeration(Enumeration first, Enumeration second)
          MergedEnumeration constructor comment.
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

protected Enumeration first

second

protected Enumeration second
Constructor Detail

MergedEnumeration

public MergedEnumeration(Enumeration first,
                         Enumeration second)
MergedEnumeration constructor comment.

Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration
Specified by:
hasMoreElements in class EnumerationFilter
See Also:
EnumerationFilter.hasMoreElements()

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration
Specified by:
nextElement in class EnumerationFilter
See Also:
EnumerationFilter.nextElement()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.