org.eclipse.webdav.internal.kernel.utils
Class EnumerationFilter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerationFilter
public EnumerationFilter()
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.