org.crosswire.jsword.passage
Class VerseRange.VerseIterator
java.lang.Object
org.crosswire.jsword.passage.VerseRange.VerseIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- VerseRange
private static final class VerseRange.VerseIterator
- extends Object
- implements Iterator
Iterate over the Verses in the VerseRange
Field Summary |
private int |
last
|
private int |
next
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
private int next
last
private int last
VerseRange.VerseIterator
protected VerseRange.VerseIterator(VerseRange range)
- Ctor
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