java.lang.Object
com.eireneh.bible.passage.BitwisePassage.VerseEnumeration
- All Implemented Interfaces:
- java.util.Enumeration
- Enclosing class:
- BitwisePassage
- private final class BitwisePassage.VerseEnumeration
- extends java.lang.Object
- implements java.util.Enumeration
Iterate over the Verses
|
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.VerseEnumeration
public BitwisePassage.VerseEnumeration()
- Find the first unused verse
hasMoreElements
public boolean hasMoreElements()
- Returns true if the iteration has more Verses
- Specified by:
hasMoreElements in interface java.util.Enumeration
nextElement
public java.lang.Object nextElement()
throws java.util.NoSuchElementException
- Returns the next Verse in the interation
- Specified by:
nextElement in interface java.util.Enumeration
calculateNext
private void calculateNext()
- Find the next bit