Package org.apache.hadoop.ozone.s3
Class EmptyContentTypeFilter.EnumerationWrapper
java.lang.Object
org.apache.hadoop.ozone.s3.EmptyContentTypeFilter.EnumerationWrapper
- All Implemented Interfaces:
Enumeration<String>
- Enclosing class:
EmptyContentTypeFilter
public static class EmptyContentTypeFilter.EnumerationWrapper
extends Object
implements Enumeration<String>
Enumeration Wrapper which removes Content-Type from the original
enumeration.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EnumerationWrapper
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<String>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<String>
-