org.crosswire.jsword.passage
Class BitwisePassage.VerseIterator
java.lang.Object
org.crosswire.jsword.passage.BitwisePassage.VerseIterator
- All Implemented Interfaces:
- Iterator<Key>
- Enclosing class:
- BitwisePassage
private final class BitwisePassage.VerseIterator
- extends Object
- implements Iterator<Key>
Iterate over the Verses
- Author:
- Joe Walker, DM Smith
Field Summary |
private int |
next
What is the next Verse to be considered |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
private int next
- What is the next Verse to be considered
BitwisePassage.VerseIterator
public BitwisePassage.VerseIterator()
- Find the first unused verse
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Key>
next
public Key next()
throws NoSuchElementException
- Specified by:
next
in interface Iterator<Key>
- Throws:
NoSuchElementException
remove
public void remove()
throws UnsupportedOperationException
- Specified by:
remove
in interface Iterator<Key>
- Throws:
UnsupportedOperationException
calculateNext
private void calculateNext()
- Find the next bit