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

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

public class ExcludingEnumeration
extends EnumerationFilter


Field Summary
protected  Enumeration e
           
protected  Vector excludeList
           
protected  Object next
           
 
Constructor Summary
ExcludingEnumeration(Enumeration e, Vector excludeList)
           
 
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

e

protected Enumeration e

excludeList

protected Vector excludeList

next

protected Object next
Constructor Detail

ExcludingEnumeration

public ExcludingEnumeration(Enumeration e,
                            Vector excludeList)
Method Detail

hasMoreElements

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

nextElement

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


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