public class AdaptToIterator<F,T> extends Object implements Iterator<T>
AdaptToIterator(Iterator<F> iterator, Class<? extends T> clazz)
void
getCurrentModel()
boolean
hasNext()
T
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AdaptToIterator(Iterator<F> iterator, Class<? extends T> clazz)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void getCurrentModel()
public void remove()
remove
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.