S
T
public abstract class ConversionIterator<S,T> extends Object implements Iterator<T>
Iterator<S>
getBaseIterator()
boolean
hasNext()
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iterator<S> getBaseIterator()
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.