org.crosswire.jsword.passage
Class Verse.VerseIterator

java.lang.Object
  extended by org.crosswire.jsword.passage.Verse.VerseIterator
All Implemented Interfaces:
Iterator
Enclosing class:
Verse

private class Verse.VerseIterator
extends Object
implements Iterator

Iterator over 1 verse - For being a VerseBase.


Field Summary
private  boolean done
           
 
Constructor Summary
private Verse.VerseIterator()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

done

private boolean done
Constructor Detail

Verse.VerseIterator

private Verse.VerseIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
            throws UnsupportedOperationException
Specified by:
remove in interface Iterator
Throws:
UnsupportedOperationException

Copyright ? 2003-2004