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