public abstract class FilterIterator<T> extends Object implements Iterator<T>
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
FilterIterator(Iterator<T> iterator)
abstract boolean
filter(T obj)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FilterIterator(Iterator<T> iterator)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
public abstract boolean filter(T obj)
Copyright © 2013. All Rights Reserved.