org.crosswire.jsword.passage
Class PassageTally.VerseIterator

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

private final class PassageTally.VerseIterator
extends Object
implements Iterator

Iterate over the Verses in normal verse order

Author:
Joe Walker

Field Summary
private  int next
          What is the next Verse to be considered
 
Constructor Summary
PassageTally.VerseIterator()
          Find the first unused verse
 
Method Summary
private  void calculateNext()
          Find the next bit
 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

next

private int next
What is the next Verse to be considered

Constructor Detail

PassageTally.VerseIterator

public PassageTally.VerseIterator()
Find the first unused verse

Method Detail

hasNext

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

next

public Object next()
            throws NoSuchElementException
Specified by:
next in interface Iterator
Throws:
NoSuchElementException

remove

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

calculateNext

private void calculateNext()
Find the next bit


Copyright ? 2003-2004