|
|||||||||
| Home >> All >> com >> eireneh >> bible >> [ passage overview ] | PREV NEXT | ||||||||
A
- ACCURACY_BOOK_CHAPTER - Static variable in interface com.eireneh.bible.passage.PassageConstants
- The passage was specified to a book and chapter (no verse), eg Gen 1
- ACCURACY_BOOK_ONLY - Static variable in interface com.eireneh.bible.passage.PassageConstants
- The passage was specified to a book only (no chapter or verse), eg Gen
- ACCURACY_BOOK_VERSE - Static variable in interface com.eireneh.bible.passage.PassageConstants
- The passage was specified to a exactly, eg Gen 1:1
- ACCURACY_CHAPTER_VERSE - Static variable in interface com.eireneh.bible.passage.PassageConstants
- The passage was specified to a chapter and verse (no book), eg 1:1
- ACCURACY_NONE - Static variable in interface com.eireneh.bible.passage.PassageConstants
- The text was empty
- ACCURACY_VERSE_ONLY - Static variable in interface com.eireneh.bible.passage.PassageConstants
- The passage was specified to a verse (no cahpter or book), eg 1
- AbstractPassage - class com.eireneh.bible.passage.AbstractPassage.
- This is a base class to help with some of the common implementation details of being a Passage.
- AbstractPassage() - Constructor for class com.eireneh.bible.passage.AbstractPassage
- Setup that leaves original name being null
- AbstractPassage(String) - Constructor for class com.eireneh.bible.passage.AbstractPassage
- Setup the original name of this reference
- AbstractPassage.VerseRangeEnumeration - class com.eireneh.bible.passage.AbstractPassage.VerseRangeEnumeration.
- Skip over verses that are part of a range
- AbstractPassage.VerseRangeEnumeration() - Constructor for class com.eireneh.bible.passage.AbstractPassage.VerseRangeEnumeration
- iterate, amalgumating Verses into VerseRanges
- Acts - Static variable in class com.eireneh.bible.passage.Books.Names
- Amos - Static variable in class com.eireneh.bible.passage.Books.Names
- add(VerseBase) - Method in class com.eireneh.bible.passage.BitwisePassage
- Ensures that this Passage contains the specified Verse
- add(VerseBase) - Method in class com.eireneh.bible.passage.DistinctPassage
- Ensures that this Passage contains the specified Verse
- add(VerseBase) - Method in interface com.eireneh.bible.passage.Passage
- Add this Verse/VerseRange to this Passage
- add(Object) - Method in class com.eireneh.bible.passage.PassageCollection
- Ensures that this collection contains the specified element (optional operation).
- add(VerseBase) - Method in class com.eireneh.bible.passage.PassageTally
- Add/Increment this verses in the rankings
- add(VerseBase) - Method in class com.eireneh.bible.passage.RangedPassage
- Ensures that this Passage contains the specified Verse
- add(VerseBase) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Add this Verse/VerseRange to this Passage
- add(VerseBase) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Add this Verse/VerseRange to this Passage
- add(int) - Method in class com.eireneh.bible.passage.Verse
- Get the verse that is a few verses on from the one we've got.
- addAll(Passage) - Method in class com.eireneh.bible.passage.AbstractPassage
- Adds all of the elements in that Passage to this Passage.
- addAll(Passage) - Method in class com.eireneh.bible.passage.BitwisePassage
- Adds the Verses in that Passage to this Passage
- addAll(Passage) - Method in interface com.eireneh.bible.passage.Passage
- Adds all that Passage's verses to this Passage
- addAll(Collection) - Method in class com.eireneh.bible.passage.PassageCollection
- Adds all of the elements in the specified collection to this collection (optional operation).
- addAll(Passage) - Method in class com.eireneh.bible.passage.PassageTally
- Add/Increment these verses in the rankings
- addAll(Passage) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Adds all that Passage's verses to this Passage
- addAll(Passage) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Adds all that Passage's verses to this Passage
- addPassageListener(PassageListener) - Method in class com.eireneh.bible.passage.AbstractPassage
- Event Listeners - Add Listener
- addPassageListener(PassageListener) - Method in interface com.eireneh.bible.passage.Passage
- Event Listeners - Add Listener
- addPassageListener(PassageListener) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Event Listeners - Add Listener
- addPassageListener(PassageListener) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Event Listeners - Add Listener
- addVerses(String) - Method in class com.eireneh.bible.passage.AbstractPassage
- Create a Passage from a human readable string.
- adds - Variable in class com.eireneh.bible.passage.TestPassageListener
- adjacentTo(Verse) - Method in class com.eireneh.bible.passage.Verse
- Is this verse adjacent to another verse
- adjacentTo(VerseRange) - Method in class com.eireneh.bible.passage.VerseRange
- Are the 2 VerseRanges in question contigious.
- alt_books - Static variable in class com.eireneh.bible.passage.Books
- Alternative shortened names for the book of the Bible, in mixed case
- alt_books_lower - Static variable in class com.eireneh.bible.passage.Books
- Alternative shortened names for the book of the Bible, in lower case, generated at run time
- alterVerseBase(VerseBase, int) - Method in class com.eireneh.bible.passage.PassageTally
- Increment/Decrement this verses in the rankings
B
- BITWISE - Static variable in class com.eireneh.bible.passage.AbstractPassage
- Serialization type constant for a BitWise layout
- BOOK - Static variable in class com.eireneh.bible.passage.Books
- Used for methods with int[3] parameters, for the book
- BOOK - Static variable in class com.eireneh.bible.passage.Verse
- To make the code more readible, the book is the first part of a int[]
- BitwisePassage - class com.eireneh.bible.passage.BitwisePassage.
- A Passage that is implemented using a BitSet - one for each verse.
- BitwisePassage() - Constructor for class com.eireneh.bible.passage.BitwisePassage
- Create an empty BitwisePassage.
- BitwisePassage(String) - Constructor for class com.eireneh.bible.passage.BitwisePassage
- Create a Verse from a human readable string.
- BitwisePassage.VerseEnumeration - class com.eireneh.bible.passage.BitwisePassage.VerseEnumeration.
- Iterate over the Verses
- BitwisePassage.VerseEnumeration() - Constructor for class com.eireneh.bible.passage.BitwisePassage.VerseEnumeration
- Find the first unused verse
- Books - class com.eireneh.bible.passage.Books.
- Books is a static class that deals with Book number conversions and similar.
- Books() - Constructor for class com.eireneh.bible.passage.Books
- Ensure that we can not be instansiated
- Books.Names - class com.eireneh.bible.passage.Books.Names.
- Handy book finder
- Books.Names() - Constructor for class com.eireneh.bible.passage.Books.Names
- Books.Section - class com.eireneh.bible.passage.Books.Section.
- Handy section finder.
- Books.Section() - Constructor for class com.eireneh.bible.passage.Books.Section
- binarySize(int) - Static method in class com.eireneh.bible.passage.PassageUtil
- Write to buffer (starting at index) the given number using a set of bytes as required by the max possible value for the number
- blur(int, int) - Method in class com.eireneh.bible.passage.AbstractPassage
- Widen the range of the verses in this list.
- blur(int, int) - Method in class com.eireneh.bible.passage.BitwisePassage
- Widen the range of the verses in this list.
- blur(int, int) - Method in interface com.eireneh.bible.passage.Passage
- Widen the range of the verses in this list.
- blur(int, int) - Method in class com.eireneh.bible.passage.PassageTally
- Widen the range of the verses in this list.
- blur - Static variable in class com.eireneh.bible.passage.PassageUtil
- The blur restriction
- blur(int, int) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Widen the range of the verses in this list.
- blur(int, int) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Widen the range of the verses in this list.
- board - Variable in class com.eireneh.bible.passage.PassageTally
- The tallyboard itself
- book - Variable in class com.eireneh.bible.passage.Verse
- The book number.
- book_case - Static variable in class com.eireneh.bible.passage.Books
- How the book names are reported
- booksInBible() - Static method in class com.eireneh.bible.passage.Books
- Count the books in the Bible.
- booksInPassage() - Method in class com.eireneh.bible.passage.AbstractPassage
- How many books are there in this Passage
- booksInPassage() - Method in interface com.eireneh.bible.passage.Passage
- How many books are there in this Passage
- booksInPassage() - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- How many books are there in this Passage
- booksInPassage() - Method in class com.eireneh.bible.passage.RocketPassage
- How many books are there in this Passage
- booksInPassage() - Method in class com.eireneh.bible.passage.SynchronizedPassage
- How many books are there in this Passage
- booksInSection(int) - Static method in class com.eireneh.bible.passage.Books
- How many books are there in each of the above sections
- books_in_bible - Static variable in class com.eireneh.bible.passage.Books
- Constant for the number of books in the Bible
- books_in_section - Static variable in class com.eireneh.bible.passage.Books
- The number of books in each section
C
- CASES - Static variable in interface com.eireneh.bible.passage.PassageConstants
- A word is mixed case if it does not conform to any of the above
- CASE_LOWER - Static variable in interface com.eireneh.bible.passage.PassageConstants
- A word is lower case if all the letters lower case, or if the word is blank - i.e.
- CASE_MIXED - Static variable in interface com.eireneh.bible.passage.PassageConstants
- A word is mixed case if it does not conform to any of the above
- CASE_SENTANCE - Static variable in interface com.eireneh.bible.passage.PassageConstants
- A word is sentance case if the first letter is upper case, and all subsequent letters are lower case
- CASE_UPPER - Static variable in interface com.eireneh.bible.passage.PassageConstants
- A word is upper case if all the letters upper case
- CHAPTER - Static variable in class com.eireneh.bible.passage.Books
- Used for methods with int[3] parameters, for the chapter
- CHAPTER - Static variable in class com.eireneh.bible.passage.Verse
- To make the code more readible, the chapter is the second part of a int[]
- Chronicles1 - Static variable in class com.eireneh.bible.passage.Books.Names
- Chronicles2 - Static variable in class com.eireneh.bible.passage.Books.Names
- Colossians - Static variable in class com.eireneh.bible.passage.Books.Names
- Corinthians1 - Static variable in class com.eireneh.bible.passage.Books.Names
- Corinthians2 - Static variable in class com.eireneh.bible.passage.Books.Names
- calcEnd(Verse, int) - Static method in class com.eireneh.bible.passage.VerseRange
- Calculate the last verse in this range.
- calcVerseCount(Verse, Verse) - Static method in class com.eireneh.bible.passage.VerseRange
- Calcualte how many verses in this range
- calculateNext() - Method in class com.eireneh.bible.passage.AbstractPassage.VerseRangeEnumeration
- Find the next VerseRange
- calculateNext() - Method in class com.eireneh.bible.passage.BitwisePassage.VerseEnumeration
- Find the next bit
- calculateNext() - Method in class com.eireneh.bible.passage.PassageTally.VerseEnumeration
- Find the next bit
- changes - Variable in class com.eireneh.bible.passage.TestPassageListener
- chapter - Variable in class com.eireneh.bible.passage.Verse
- The chapter number
- chaptersInBible() - Static method in class com.eireneh.bible.passage.Books
- Count the chapters in the Bible.
- chaptersInBook(int) - Static method in class com.eireneh.bible.passage.Books
- Count the chapters in this book.
- chaptersInPassage(int) - Method in class com.eireneh.bible.passage.AbstractPassage
- How many chapters are there in a particular book in this Passage
- chaptersInPassage(int) - Method in interface com.eireneh.bible.passage.Passage
- How many chapters are there in a particular book in this Passage
- chaptersInPassage(int) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- How many chapters are there in a particular book in this Passage
- chaptersInPassage(int) - Method in class com.eireneh.bible.passage.RocketPassage
- How many chapters are there in a particular book in this Passage
- chaptersInPassage(int) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- How many chapters are there in a particular book in this Passage
- chapters_in_bible - Static variable in class com.eireneh.bible.passage.Books
- Constant for the number of chapters in the Bible
- chapters_in_book - Static variable in class com.eireneh.bible.passage.Books
- Constant for the number of chapters in each book
- check(int, int, int) - Method in class com.eireneh.bible.passage.TestPassageListener
- checkValidChapterOrVerse(String) - Static method in class com.eireneh.bible.passage.Verse
- Is this text valid in a chapter/verse context
- clear() - Method in class com.eireneh.bible.passage.AbstractPassage
- Removes all of the Verses from this Passage.
- clear() - Method in class com.eireneh.bible.passage.BitwisePassage
- Removes all of the Verses from this Passage
- clear() - Method in class com.eireneh.bible.passage.DistinctPassage
- Removes all of the Verses from this Passage.
- clear() - Method in interface com.eireneh.bible.passage.Passage
- Removes all the verses is this Passage
- clear() - Method in class com.eireneh.bible.passage.PassageCollection
- Removes all of the elements from this collection (optional operation).
- clear() - Method in class com.eireneh.bible.passage.PassageTally
- Removes all of the Verses from this Passage.
- clear() - Method in class com.eireneh.bible.passage.RangedPassage
- Removes all of the Verses from this Passage.
- clear() - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Removes all the verses is this Passage
- clear() - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Removes all the verses is this Passage
- clone() - Method in class com.eireneh.bible.passage.AbstractPassage
- Create a copy of ourselves
- clone() - Method in class com.eireneh.bible.passage.BitwisePassage
- Get a copy of ourselves.
- clone() - Method in class com.eireneh.bible.passage.DistinctPassage
- Get a copy of ourselves.
- clone() - Method in interface com.eireneh.bible.passage.Passage
- I'm not sure why we have to keep on redeclaring this.
- clone() - Method in class com.eireneh.bible.passage.PassageTally
- Get a copy of ourselves.
- clone() - Method in class com.eireneh.bible.passage.RangedPassage
- Get a copy of ourselves.
- clone() - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- I'm not sure why we have to keep on redeclaring this.
- clone() - Method in class com.eireneh.bible.passage.SynchronizedPassage
- I'm not sure why we have to keep on redeclaring this.
- clone() - Method in class com.eireneh.bible.passage.Verse
- Get a copy of ourselves.
- clone() - Method in class com.eireneh.bible.passage.VerseRange
- Get a copy of ourselves.
- com.eireneh.bible.passage - package com.eireneh.bible.passage
- compareTo(Object) - Method in class com.eireneh.bible.passage.PassageTally.OrderedVerseEnumeration.TalliedVerse
- compareTo(Object) - Method in class com.eireneh.bible.passage.PassageTally.OrderedVerseRangeEnumeration.TalliedVerseRange
- compareTo(Object) - Method in class com.eireneh.bible.passage.Verse
- Compare this to a given object
- compareTo(Object) - Method in class com.eireneh.bible.passage.VerseRange
- Compare initially using the first element in a VerseRange.
- contains(VerseBase) - Method in class com.eireneh.bible.passage.BitwisePassage
- Returns true if this Passage contains the specified Verse
- contains(VerseBase) - Method in class com.eireneh.bible.passage.DistinctPassage
- Returns true if this Passage contains the specified Verse.
- contains(VerseBase) - Method in interface com.eireneh.bible.passage.Passage
- Returns true if this collection contains all the specified Verse
- contains(Object) - Method in class com.eireneh.bible.passage.PassageCollection
- Returns true if this collection contains the specified element.
- contains(VerseBase) - Method in class com.eireneh.bible.passage.PassageTally
- Does this tally contain all the specified verses?
- contains(VerseBase) - Method in class com.eireneh.bible.passage.RangedPassage
- Returns true if this Passage contains the specified Verse.
- contains(VerseBase) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Returns true if this collection contains all the specified Verse
- contains(VerseBase) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Returns true if this collection contains all the specified Verse
- contains(Verse) - Method in class com.eireneh.bible.passage.VerseRange
- Is the given verse entirely within our range.
- contains(VerseRange) - Method in class com.eireneh.bible.passage.VerseRange
- Is the given range within our range.
- containsAll(Passage) - Method in class com.eireneh.bible.passage.AbstractPassage
- Returns true if this Passage contains all of the Verses in the that Passage.
- containsAll(Passage) - Method in interface com.eireneh.bible.passage.Passage
- Returns true if this Passage contains all of the verses in that Passage
- containsAll(Collection) - Method in class com.eireneh.bible.passage.PassageCollection
- Returns true if this collection contains all of the elements in the specified collection.
- containsAll(Passage) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Returns true if this Passage contains all of the verses in that Passage
- containsAll(Passage) - Method in class com.eireneh.bible.passage.RocketPassage
- Returns true if this Passage contains all of the verses in that Passage
- containsAll(Passage) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Returns true if this Passage contains all of the verses in that Passage
- containsLetter(String) - Static method in class com.eireneh.bible.passage.PassageUtil
- This is simply a convenience function to wrap Character.isLetter()
- countRanges() - Method in class com.eireneh.bible.passage.AbstractPassage
- Like countVerses() that counts VerseRanges instead of Verses Returns the number of fragments in this collection.
- countRanges() - Method in interface com.eireneh.bible.passage.Passage
- Like countVerses() that counts VerseRanges instead of Verses Returns the number of fragments in this collection.
- countRanges() - Method in class com.eireneh.bible.passage.RangedPassage
- countRanges() - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Like countVerses() that counts VerseRanges instead of Verses.
- countRanges() - Method in class com.eireneh.bible.passage.RocketPassage
- countRanges() - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Like countVerses() that counts VerseRanges instead of Verses.
- countVerses() - Method in class com.eireneh.bible.passage.AbstractPassage
- Returns the number of verses in this collection.
- countVerses() - Method in class com.eireneh.bible.passage.BitwisePassage
- countVerses() - Method in class com.eireneh.bible.passage.DistinctPassage
- countVerses() - Method in interface com.eireneh.bible.passage.Passage
- Returns the number of verses in this collection.
- countVerses() - Method in class com.eireneh.bible.passage.RangedPassage
- countVerses() - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Returns the number of verses in this collection.
- countVerses() - Method in class com.eireneh.bible.passage.RocketPassage
- countVerses() - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Returns the number of verses in this collection.
- createPassage() - Static method in class com.eireneh.bible.passage.PassageFactory
- Create an empty Passage using the default type.
- createPassage(String) - Static method in class com.eireneh.bible.passage.PassageFactory
- Create an empty Passage using the default type.
- createPassage(int) - Static method in class com.eireneh.bible.passage.PassageFactory
- Create an empty Passage using a specified type.
- createPassage(int, String) - Static method in class com.eireneh.bible.passage.PassageFactory
- Create an empty Passage using a specified type.
D
- DEFAULT - Static variable in class com.eireneh.bible.passage.Verse
- The default verse
- DISTINCT - Static variable in class com.eireneh.bible.passage.AbstractPassage
- Serialization type constant for a Distinct layout
- Daniel - Static variable in class com.eireneh.bible.passage.Books.Names
- Deuteronomy - Static variable in class com.eireneh.bible.passage.Books.Names
- DistinctPassage - class com.eireneh.bible.passage.DistinctPassage.
- A Passage that is implemented using a TreeSet of Verses.
- DistinctPassage() - Constructor for class com.eireneh.bible.passage.DistinctPassage
- Create an empty DistinctPassage.
- DistinctPassage(String) - Constructor for class com.eireneh.bible.passage.DistinctPassage
- Create a Verse from a human readable string.
- decodeOrdinal(int) - Static method in class com.eireneh.bible.passage.Books
- Where does this verse come in the Bible.
- default_type - Static variable in class com.eireneh.bible.passage.PassageFactory
- The default type
- distinct - Variable in class com.eireneh.bible.passage.RocketPassage
- The contained DistincePassage
E
- Ecclesiastes - Static variable in class com.eireneh.bible.passage.Books.Names
- Ephesians - Static variable in class com.eireneh.bible.passage.Books.Names
- Esther - Static variable in class com.eireneh.bible.passage.Books.Names
- Exodus - Static variable in class com.eireneh.bible.passage.Books.Names
- Ezekiel - Static variable in class com.eireneh.bible.passage.Books.Names
- Ezra - Static variable in class com.eireneh.bible.passage.Books.Names
- en - Variable in class com.eireneh.bible.passage.AbstractPassage.VerseRangeEnumeration
- The Iterator that we are proxying to
- en - Variable in class com.eireneh.bible.passage.PassageTally.OrderedVerseEnumeration
- The Enumeration we are converting
- en - Variable in class com.eireneh.bible.passage.PassageTally.OrderedVerseRangeEnumeration
- The Enumeration we are converting
- end - Variable in class com.eireneh.bible.passage.VerseRange
- The real data - where do we end? All ctors init this so leave default
- equals(Object) - Method in class com.eireneh.bible.passage.AbstractPassage
- Is this Object equal to us.
- equals(Object) - Method in class com.eireneh.bible.passage.PassageCollection
- Compares the specified object with this collection for equality.
- equals(Object) - Method in class com.eireneh.bible.passage.Verse
- Is this Object equal to us.
- equals(Object) - Method in class com.eireneh.bible.passage.VerseRange
- Is this Object equal to us.
F
- fireContentsChanged(Object, Verse, Verse) - Method in class com.eireneh.bible.passage.AbstractPassage
- AbstractPassage subclasses must call this method before one or more elements of the list are added.
- fireIntervalAdded(Object, Verse, Verse) - Method in class com.eireneh.bible.passage.AbstractPassage
- AbstractPassage subclasses must call this method after one or more elements of the list are added.
- fireIntervalRemoved(Object, Verse, Verse) - Method in class com.eireneh.bible.passage.AbstractPassage
- AbstractPassage subclasses must call this method before one or more elements of the list are added.
- flatten() - Method in class com.eireneh.bible.passage.PassageTally
- Take the verses in the tally and give them all and equal rank of 1.
- formatter - Static variable in class com.eireneh.bible.passage.PassageUtil
- The formatter to make your message make sense
- fromBinary(byte[], int[], int) - Static method in class com.eireneh.bible.passage.PassageUtil
- Read and return an int from the buffer (starting at index[0]) using a set of bytes as required by the max possible value for the number, and incrementing index[0] by that number of bytes.
- fromBinaryRepresentation(byte[]) - Static method in class com.eireneh.bible.passage.PassageUtil
- Write out the object to the given ObjectOutputStream
- full_books - Static variable in class com.eireneh.bible.passage.Books
- The full names of the book of the Bible, in mixed case
- full_books_lower - Static variable in class com.eireneh.bible.passage.Books
- The full names of the book of the Bible, in lower case, generated at run time
- full_books_upper - Static variable in class com.eireneh.bible.passage.Books
- The full names of the book of the Bible, in upper case, generated at run time
G
- GREEK - Static variable in class com.eireneh.bible.passage.Strongs
- This is a Greek word
- GREEK_MAX - Static variable in class com.eireneh.bible.passage.Strongs
- This largest legal value for a Greek number
- Galatians - Static variable in class com.eireneh.bible.passage.Books.Names
- Genesis - Static variable in class com.eireneh.bible.passage.Books.Names
- GospelsAndActs - Static variable in class com.eireneh.bible.passage.Books.Section
- getAccuracy(String) - Static method in class com.eireneh.bible.passage.Verse
- Does this string exactly define a Verse.
- getAccuracy(String[]) - Static method in class com.eireneh.bible.passage.Verse
- Does this string exactly define a Verse.
- getBlurRestriction() - Static method in class com.eireneh.bible.passage.PassageUtil
- The default Blur settings.
- getBlurRestrictions() - Static method in class com.eireneh.bible.passage.PassageUtil
- The allowed Blur settings
- getBook() - Method in class com.eireneh.bible.passage.Verse
- Return the book that we refer to
- getBookJogger(int) - Static method in class com.eireneh.bible.passage.Books
- Get the memory jogger letters for a book.
- getBookNumber(String) - Static method in class com.eireneh.bible.passage.Books
- Get number of a book from its name.
- getCase() - Static method in class com.eireneh.bible.passage.Books
- How do we report the names of the books?.
- getCase(String) - Static method in class com.eireneh.bible.passage.PassageUtil
- What case is the specified word?.
- getCases() - Static method in class com.eireneh.bible.passage.PassageUtil
- The allowed Case settings
- getChapter() - Method in class com.eireneh.bible.passage.Verse
- Return the chapter that we refer to
- getDefaultPersistentNaming() - Static method in class com.eireneh.bible.passage.PassageUtil
- By default do we remember the original string used to configure us?
- getDescription() - Method in class com.eireneh.bible.passage.Strongs
- A very short description of the Strongs number
- getEnd() - Method in class com.eireneh.bible.passage.VerseRange
- Fetch the last verse in this range.
- getIndexOf(Verse) - Method in class com.eireneh.bible.passage.PassageTally
- What is the index of the give verse in the current ordering scheme
- getLongBookName(int) - Static method in class com.eireneh.bible.passage.Books
- Get the full name of a book (e.g.
- getLowerIndex() - Method in class com.eireneh.bible.passage.PassageEvent
- Returns the lower index of the range.
- getName() - Method in class com.eireneh.bible.passage.AbstractPassage
- A Human readable version of the verse list.
- getName() - Method in interface com.eireneh.bible.passage.Passage
- A Human readable version of the verse list.
- getName() - Method in class com.eireneh.bible.passage.PassageTally
- A Human readable version of the PassageTally.
- getName(int) - Method in class com.eireneh.bible.passage.PassageTally
- A Human readable version of the verse list.
- getName() - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- A Human readable version of the verse list.
- getName() - Method in class com.eireneh.bible.passage.SynchronizedPassage
- A Human readable version of the verse list.
- getName() - Method in class com.eireneh.bible.passage.Verse
- Translate the Passage into a human readable string
- getName(Verse) - Method in class com.eireneh.bible.passage.Verse
- Translate the Passage into a human readable string
- getName() - Method in interface com.eireneh.bible.passage.VerseBase
- Translate the Passage into a human readable string
- getName(Verse) - Method in interface com.eireneh.bible.passage.VerseBase
- Translate the Passage into a human readable string, with the assumption that the specified Verse has just been output, so if we are in the same book, we do not need to display the book name, and so on.
- getName() - Method in class com.eireneh.bible.passage.VerseRange
- Fetch a more sensible shortened version of the name
- getName(Verse) - Method in class com.eireneh.bible.passage.VerseRange
- Fetch a more sensible shortened version of the name
- getNameAndTally() - Method in class com.eireneh.bible.passage.PassageTally
- A Human readable version of the PassageTally.
- getNameAndTally(int) - Method in class com.eireneh.bible.passage.PassageTally
- A Human readable version of the PassageTally.
- getNumber() - Method in class com.eireneh.bible.passage.Strongs
- getNumberJogger(long) - Static method in class com.eireneh.bible.passage.Books
- Get the Short name of a book
- getOLBName() - Method in class com.eireneh.bible.passage.Strongs
- The string that would be used by the On-Line Bible to describe this number
- getOrdering() - Method in class com.eireneh.bible.passage.PassageTally
- Get how we sort the verses we output.
- getOrdinal() - Method in class com.eireneh.bible.passage.Verse
- Return the verse id that we refer to, where Gen 1:1 = 1, and Rev 22:21 = 31104
- getOverview() - Method in class com.eireneh.bible.passage.AbstractPassage
- A summary of the verses in this Passage For example "Search (10 matches in 4 books)"
- getOverview() - Method in interface com.eireneh.bible.passage.Passage
- A summary of the verses in this Passage For example "10 verses in 4 books"
- getOverview() - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- A summary of the verses in this Passage For example "10 verses in 4 books"
- getOverview() - Method in class com.eireneh.bible.passage.SynchronizedPassage
- A summary of the verses in this Passage For example "10 verses in 4 books"
- getRefArray() - Method in class com.eireneh.bible.passage.Verse
- Return the verse that we refer to
- getResource(String) - Static method in class com.eireneh.bible.passage.PassageUtil
- Utility that enables us to have a single resource file for all the passage classes
- getResource(String, Object[]) - Static method in class com.eireneh.bible.passage.PassageUtil
- Utility that enables us to have a single resource file for all the passage classes
- getSection(int) - Static method in class com.eireneh.bible.passage.Books
- What section is this book a part of?
- getSectionName(int) - Static method in class com.eireneh.bible.passage.Books
- Get the full name of a book (e.g.
- getShortBookName(int) - Static method in class com.eireneh.bible.passage.Books
- Get the short name of a book (e.g.
- getStart() - Method in class com.eireneh.bible.passage.VerseRange
- Fetch the first verse in this range.
- getTallyOf(Verse) - Method in class com.eireneh.bible.passage.PassageTally
- The ranking given to a specific verse
- getType() - Method in class com.eireneh.bible.passage.PassageEvent
- Returns the event type.
- getType() - Method in class com.eireneh.bible.passage.Strongs
- getUpperIndex() - Method in class com.eireneh.bible.passage.PassageEvent
- Returns the upper index of the range.
- getVerse() - Method in class com.eireneh.bible.passage.Verse
- Return the verse that we refer to
- getVerseAt(int) - Method in class com.eireneh.bible.passage.AbstractPassage
- Get a specific Verse from this collection
- getVerseAt(int) - Method in interface com.eireneh.bible.passage.Passage
- Get a specific Verse from this collection
- getVerseAt(int) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Get a specific Verse from this collection
- getVerseAt(int) - Method in class com.eireneh.bible.passage.RocketPassage
- Get a specific Verse from this collection
- getVerseAt(int) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Get a specific Verse from this collection
- getVerseCount() - Method in class com.eireneh.bible.passage.VerseRange
- How many verses in this range
- getVerseRangeAt(int) - Method in class com.eireneh.bible.passage.AbstractPassage
- Get a specific VerseRange from this collection
- getVerseRangeAt(int) - Method in interface com.eireneh.bible.passage.Passage
- Get a specific VerseRange from this collection
- getVerseRangeAt(int) - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Get a specific VerseRange from this collection
- getVerseRangeAt(int) - Method in class com.eireneh.bible.passage.RocketPassage
- Get a specific VerseRange from this collection
- getVerseRangeAt(int) - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Get a specific VerseRange from this collection
- getWholeBiblePassage() - Static method in class com.eireneh.bible.passage.PassageFactory
- Create a Passage with all bits of the Bible set.
- getWholeBibleVerseRange() - Static method in class com.eireneh.bible.passage.VerseRange
- Returns a VerseRange that wraps the whole Bible
H
- HEBREW - Static variable in class com.eireneh.bible.passage.Strongs
- This is a Hebrew word
- HEBREW_MAX - Static variable in class com.eireneh.bible.passage.Strongs
- This largest legal value for a Hebrew number
- Habakuk - Static variable in class com.eireneh.bible.passage.Books.Names
- Haggai - Static variable in class com.eireneh.bible.passage.Books.Names
- Hebrews - Static variable in class com.eireneh.bible.passage.Books.Names
- History - Static variable in class com.eireneh.bible.passage.Books.Section
- Hosea - Static variable in class com.eireneh.bible.passage.Books.Names
- hasMoreElements() - Method in class com.eireneh.bible.passage.AbstractPassage.VerseRangeEnumeration
- Returns true if the iteration has more elements
- hasMoreElements() - Method in class com.eireneh.bible.passage.BitwisePassage.VerseEnumeration
- Returns true if the iteration has more Verses
- hasMoreElements() - Method in class com.eireneh.bible.passage.PassageTally.OrderedVerseEnumeration
- Returns true if the iteration has more Verses
- hasMoreElements() - Method in class com.eireneh.bible.passage.PassageTally.OrderedVerseRangeEnumeration
- Returns true if the iteration has more Verses
- hasMoreElements() - Method in class com.eireneh.bible.passage.PassageTally.VerseEnumeration
- Returns true if the iteration has more Verses
- hasMoreElements() - Method in class com.eireneh.bible.passage.RangedPassage.VerseEnumeration
- Returns true if the iteration has more Verses.
- hashCode() - Method in class com.eireneh.bible.passage.AbstractPassage
- hashCode() - Method in class com.eireneh.bible.passage.PassageCollection
- Returns the hash code value for this collection.
- hashCode() - Method in class com.eireneh.bible.passage.Verse
- This returns the ordinal number of the verse
so
new Verse("Rev 22:21").hashCode() = 31104 - hashCode() - Method in class com.eireneh.bible.passage.VerseRange
- The hashing number is currently calculated using the start ordinal in the upper 16 bits, and the verse_count in the lower.
I
- Isaiah - Static variable in class com.eireneh.bible.passage.Books.Names
- ignore - Variable in class com.eireneh.bible.passage.ReadOnlyPassage
- Do we just silently ignore change attempts or throw up
- increment(int, int) - Method in class com.eireneh.bible.passage.PassageTally
- Increment a verse by an amount
- incrementMax(int) - Method in class com.eireneh.bible.passage.PassageTally
- Increment a verse by an amount
- intersection(VerseRange, VerseRange) - Static method in class com.eireneh.bible.passage.VerseRange
- Create a DistinctPassage that is the stuff in VerseRange a that is also in VerseRange b.
- isBook() - Method in class com.eireneh.bible.passage.VerseRange
- Does this range represent exactly one book, no more or less.
- isBookName(String) - Static method in class com.eireneh.bible.passage.Books
- Is the given string a valid book name.
- isBooks() - Method in class com.eireneh.bible.passage.VerseRange
- Does this range represent a whole number of books.
- isChapter() - Method in class com.eireneh.bible.passage.VerseRange
- Does this range represent exactly one chapter, no more or less.
- isChapters() - Method in class com.eireneh.bible.passage.VerseRange
- Does this range represent a number of whole chapters
- isEmpty() - Method in class com.eireneh.bible.passage.AbstractPassage
- Does this Passage have 0 members
- isEmpty() - Method in class com.eireneh.bible.passage.BitwisePassage
- isEmpty() - Method in class com.eireneh.bible.passage.DistinctPassage
- isEmpty() - Method in interface com.eireneh.bible.passage.Passage
- Does this Passage have 0 members
- isEmpty() - Method in class com.eireneh.bible.passage.PassageCollection
- isEmpty() - Method in class com.eireneh.bible.passage.RangedPassage
- isEmpty() - Method in class com.eireneh.bible.passage.ReadOnlyPassage
- Does this Passage have 0 members
- isEmpty() - Method in class com.eireneh.bible.passage.RocketPassage
- isEmpty() - Method in class com.eireneh.bible.passage.SynchronizedPassage
- Does this Passage have 0 members
- isEndMarker(String) - Static method in class com.eireneh.bible.passage.Verse
- Is this string a legal marker for 'to the end of the chapter'
- isEndOfBook() - Method in class com.eireneh.bible.passage.Verse
- Is this verse the first in a chapter
- isEndOfChapter() - Method in class com.eireneh.bible.passage.Verse
- Is this verse the first in a chapter
- isGospel(int) - Static method in class com.eireneh.bible.passage.Books
- Is this book part of the Gospels?
- isGospelOrActs(int) - Static method in class com.eireneh.bible.passage.Books
- Is this book part of the Gospels or Acts?
- isGreek() - Method in class com.eireneh.bible.passage.Strongs
- Is this number a Greek one?
- isHebrew() - Method in class com.eireneh.bible.passage.Strongs
- Is this number a Hebrew one?
- isHistory(int) - Static method in class com.eireneh.bible.passage.Books
- Is this book part of the OT History?
- isLetter(int) - Static method in class com.eireneh.bible.passage.Books
- Is this book part of the letters?
- isMajorProphet(int) - Static method in class com.eireneh.bible.passage.Books
- Is this book part of the major prophets?
- isMinorProphet(int) - Static method in class com.eireneh.bible.passage.Books
- Is this book part of the minor prophets?
- isParsing() - Method in class com.eireneh.bible.passage.Strongs
- Is this number a Parsing one?
- isPentateuch(int) - Static method in class com.eireneh.bible.passage.Books
- Is this book part of the Pentateuch?
- isPersistentNaming() - Static method in class com.eireneh.bible.passage.PassageUtil
- Do we remember the original string used to configure us?
- isPoetry(int) - Static method in class com.eireneh.bible.passage.Books
- Is this book part of the OT History?
- isSameBook(Verse) - Method in class com.eireneh.bible.passage.Verse
- Is this verse in the same book as that one
- isSameChapter(Verse) - Method in class com.eireneh.bible.passage.Verse
- Is this verse in the same chapter as that one
- isStartOfBook() - Method in class com.eireneh.bible.passage.Verse
- Is this verse the first in a chapter
- isStartOfChapter() - Method in class com.eireneh.bible.passage.Verse
- Is this verse the first in a chapter
- isValidAccuracy(int) - Static method in class com.eireneh.bible.passage.PassageUtil
- Is the given accuracy a valid one?
- isValidBlurRestriction(int) - Static method in class com.eireneh.bible.passage.PassageUtil
- Is the given restriction a valid one?
- isValidCase(int) - Static method in class com.eireneh.bible.passage.PassageUtil
- Is the given case a valid one?
- isVerseRange(String) - Static method in class com.eireneh.bible.passage.VerseRange
- Is the string likely to be a VerseRange and not a Verse?
- iterator() - Method in class com.eireneh.bible.passage.PassageCollection
- Returns an iterator over the elements in this collection.
J
- James - Static variable in class com.eireneh.bible.passage.Books.Names
- Jeremiah - Static variable in class com.eireneh.bible.passage.Books.Names
- Job - Static variable in class com.eireneh.bible.passage.Books.Names
- Joel - Static variable in class com.eireneh.bible.passage.Books.Names
- John - Static variable in class com.eireneh.bible.passage.Books.Names
- John1 - Static variable in class com.eireneh.bible.passage.Books.Names
- John2 - Static variable in class com.eireneh.bible.passage.Books.Names
- John3 - Static variable in class com.eireneh.bible.passage.Books.Names
- Jonah - Static variable in class com.eireneh.bible.passage.Books.Names
- Joshua - Static variable in class com.eireneh.bible.passage.Books.Names
- Jude - Static variable in class com.eireneh.bible.passage.Books.Names
- Judges - Static variable in class com.eireneh.bible.passage.Books.Names
- jog_books - Static variable in class com.eireneh.bible.passage.Books
- The memory jogger names for the books of the Bible
- jog_numbers - Static variable in class com.eireneh.bible.passage.Books
- The memory jogger names for the numbers
K
- Kings1 - Static variable in class com.eireneh.bible.passage.Books.Names
- Kings2 - Static variable in class com.eireneh.bible.passage.Books.Names
- kill(int) - Method in class com.eireneh.bible.passage.PassageTally
- Wipe the rank of the given verse to zero
L
- Lamentations - Static variable in class com.eireneh.bible.passage.Books.Names
- Letters - Static variable in class com.eireneh.bible.passage.Books.Section
- Leviticus - Static variable in class com.eireneh.bible.passage.Books.Names
- Luke - Static variable in class com.eireneh.bible.passage.Books.Names
- last - Variable in class com.eireneh.bible.passage.PassageTally.OrderedVerseEnumeration
- So that we can get at the ranking of the given verse
- last - Variable in class com.eireneh.bible.passage.PassageTally.OrderedVerseRangeEnumeration
- So that we can get at the ranking of the given verse
- lastRank() - Method in class com.eireneh.bible.passage.PassageTally.OrderedVerseEnumeration
- Returns the next Verse in the interation
- lastRank() - Method in class com.eireneh.bible.passage.PassageTally.OrderedVerseRangeEnumeration
- Returns the next Verse in the interation
- listeners - Variable in class com.eireneh.bible.passage.AbstractPassage
- Support for change notification
- log - Static variable in class com.eireneh.bible.passage.AbstractPassage
- The log stream
- log - Static variable in class com.eireneh.bible.passage.Books
- The log stream
- log - Static variable in class com.eireneh.bible.passage.PassageTally
- The log stream
- log - Static variable in class com.eireneh.bible.passage.PassageUtil
- The log stream
- log - Static variable in class com.eireneh.bible.passage.Verse
- The log stream
- log - Static variable in class com.eireneh.bible.passage.VerseRange
- The log stream
- lower - Variable in class com.eireneh.bible.passage.PassageEvent
- The lowest numbered element to have changed
- lowerEventSuppresionAndTest() - Method in class com.eireneh.bible.passage.AbstractPassage
- If things want to prevent event firing because they are doing a set of changes that should be notified in one go, they should call raiseEventSuppression() and when done call this.
- lowerNormalizeProtection() - Method in class com.eireneh.bible.passage.AbstractPassage
- If things want to prevent normalization because they are doing a set of changes that should be normalized in one go, they should call raiseNormalizeProtection() and when done call this.
M
- MAX_TALLY - Static variable in class com.eireneh.bible.passage.PassageTally
- The highest tally possible
- METHOD_COUNT - Static variable in class com.eireneh.bible.passage.AbstractPassage
- Count of serializations methods
- MIX - Static variable in class com.eireneh.bible.passage.PassageFactory
- Optimize the Passage for a mix
- MajorProphets - Static variable in class com.eireneh.bible.passage.Books.Section
- Malachi - Static variable in class com.eireneh.bible.passage.Books.Names
- Mark - Static variable in class com.eireneh.bible.passage.Books.Names
- Matthew - Static variable in class com.eireneh.bible.passage.Books.Names
- Micah - Static variable in class com.eireneh.bible.passage.Books.Names
- MinorProphets - Static variable in class com.eireneh.bible.passage.Books.Section
- max - Variable in class com.eireneh.bible.passage.PassageTally
- The maximum tally possible
- max(Verse, Verse) - Static method in class com.eireneh.bible.passage.Verse
- Return the bigger of the 2 verses.
- min(Verse, Verse) - Static method in class com.eireneh.bible.passage.Verse
- Return the smaller of the 2 verses.
N
- Nahum - Static variable in class com.eireneh.bible.passage.Books.Names
- Nehemiah - Static variable in class com.eireneh.bible.passage.Books.Names
- NoSuchVerseException - exception com.eireneh.bible.passage.NoSuchVerseException.
- When something tries to use a verse that we don't understand.
- NoSuchVerseException(String) - Constructor for class com.eireneh.bible.passage.NoSuchVerseException
- Construct the Exception with a message
- NoSuchVerseException(String, Throwable) - Constructor for class com.eireneh.bible.passage.NoSuchVerseException
- Co