public class EnumerationToIteratorConverter extends Object implements Converter<Enumeration<?>,Iterator<?>>
Constructor and Description |
---|
EnumerationToIteratorConverter() |
public Iterator<?> apply(Enumeration<?> source, Type targetType, JConverter context)
apply
in interface Converter<Enumeration<?>,Iterator<?>>
source
- the object to convert.targetType
- the target type.context
- the context.Copyright © 2014. All rights reserved.