org.openjena.atlas.iterator
Class RepeatApplyIterator<T>

java.lang.Object
  extended by org.openjena.atlas.iterator.RepeatApplyIterator<T>
All Implemented Interfaces:
Iterator<T>, Closeable

public abstract class RepeatApplyIterator<T>
extends Object
implements Iterator<T>, Closeable


Method Summary
 void close()
           
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

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

next

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

remove

public final void remove()
Specified by:
remove in interface Iterator<T>

close

public void close()
Specified by:
close in interface Closeable


Licenced under the Apache License, Version 2.0