public abstract class AdapterIterator<T,U> extends Object implements Iterator<T>
Iterator
AdapterIterator(Iterator<? extends U> core)
protected abstract T
adapt(U u)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AdapterIterator(Iterator<? extends U> core)
public T next()
next
Iterator<T>
public boolean hasNext()
hasNext
public void remove()
remove
protected abstract T adapt(U u)
Copyright © 2013 Oracle Corporation. All Rights Reserved.