org.archive.wayback.util
Class ObjectFilterIterator<T>

java.lang.Object
  extended by org.archive.wayback.util.ObjectFilterIterator<T>
All Implemented Interfaces:
java.io.Closeable, java.util.Iterator<T>, CloseableIterator<T>

public class ObjectFilterIterator<T>
extends java.lang.Object
implements CloseableIterator<T>

Version:
$Date$, $Revision$
Author:
brad

Constructor Summary
ObjectFilterIterator(CloseableIterator<T> itr, ObjectFilter<T> filter)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFilterIterator

public ObjectFilterIterator(CloseableIterator<T> itr,
                            ObjectFilter<T> filter)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<T>

close

public void close()
Specified by:
close in interface java.io.Closeable

next

public T next()
Specified by:
next in interface java.util.Iterator<T>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<T>


Copyright © 2005-2009 Internet Archive. All Rights Reserved.