T
public abstract class FilterIterator<T> extends Object implements Iterator<T>
Iterator
protected Iterator<T>
delegate
FilterIterator(Iterator<T> delegate)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Iterator<T> delegate
FilterIterator
public FilterIterator(Iterator<T> delegate)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2001-2015. All Rights Reserved.