anl.aida.core
Class DocumentIterable.Iter

java.lang.Object
  extended by anl.aida.core.DocumentIterable.Iter
All Implemented Interfaces:
java.util.Iterator<MIFSDocument>
Enclosing class:
DocumentIterable

private class DocumentIterable.Iter
extends java.lang.Object
implements java.util.Iterator<MIFSDocument>


Field Summary
private  int index
           
 
Constructor Summary
private DocumentIterable.Iter()
           
 
Method Summary
 boolean hasNext()
           
 MIFSDocument next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private int index
Constructor Detail

DocumentIterable.Iter

private DocumentIterable.Iter()
Method Detail

hasNext

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

next

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

remove

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