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

java.lang.Object
  extended by org.eclipse.webdav.internal.kernel.utils.EnumerationFilter
All Implemented Interfaces:
Enumeration
Direct Known Subclasses:
EmptyEnumeration, EnumerationConverter, ExcludingEnumeration, MergedEnumeration

public abstract class EnumerationFilter
extends Object
implements Enumeration


Constructor Summary
EnumerationFilter()
           
 
Method Summary
abstract  boolean hasMoreElements()
           
abstract  Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumerationFilter

public EnumerationFilter()
Method Detail

hasMoreElements

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

nextElement

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


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