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