public class ArrayToIteratorConverter<T> extends Object implements Converter<T[],Iterator<?>>
ArrayToIteratorConverter()
Iterator<?>
apply(T[] source, Type targetType, JConverter context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayToIteratorConverter()
public Iterator<?> apply(T[] source, Type targetType, JConverter context)
apply
Converter<T[],Iterator<?>>
source
targetType
context
Copyright © 2014. All rights reserved.