|
|||||||||
| Home >> All >> org >> crosswire >> bible >> [ passage overview ] | PREV NEXT | ||||||||
A
- ACCURACY_BOOK_CHAPTER - Static variable in interface org.crosswire.bible.passage.PassageConstants
- The passage was specified to a book and chapter (no verse), eg Gen 1
- ACCURACY_BOOK_ONLY - Static variable in interface org.crosswire.bible.passage.PassageConstants
- The passage was specified to a book only (no chapter or verse), eg Gen
- ACCURACY_BOOK_VERSE - Static variable in interface org.crosswire.bible.passage.PassageConstants
- The passage was specified to a exactly, eg Gen 1:1
- ACCURACY_CHAPTER_VERSE - Static variable in interface org.crosswire.bible.passage.PassageConstants
- The passage was specified to a chapter and verse (no book), eg 1:1
- ACCURACY_NONE - Static variable in interface org.crosswire.bible.passage.PassageConstants
- The text was empty
- ACCURACY_VERSE_ONLY - Static variable in interface org.crosswire.bible.passage.PassageConstants
- The passage was specified to a verse (no cahpter or book), eg 1
- AbstractPassage - class org.crosswire.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 org.crosswire.bible.passage.AbstractPassage
- Setup that leaves original name being null
- AbstractPassage(String) - Constructor for class org.crosswire.bible.passage.AbstractPassage
- Setup the original name of this reference
- AbstractPassage.VerseRangeIterator - class org.crosswire.bible.passage.AbstractPassage.VerseRangeIterator.
- Skip over verses that are part of a range
- AbstractPassage.VerseRangeIterator() - Constructor for class org.crosswire.bible.passage.AbstractPassage.VerseRangeIterator
- iterate, amalgumating Verses into VerseRanges
- Acts - Static variable in class org.crosswire.bible.passage.Books.Names
- Amos - Static variable in class org.crosswire.bible.passage.Books.Names
- add(VerseBase) - Method in class org.crosswire.bible.passage.BitwisePassage
- Ensures that this Passage contains the specified Verse
- add(VerseBase) - Method in class org.crosswire.bible.passage.DistinctPassage
- Ensures that this Passage contains the specified Verse
- add(VerseBase) - Method in interface org.crosswire.bible.passage.Passage
- Add this Verse/VerseRange to this Passage
- add(Object) - Method in class org.crosswire.bible.passage.PassageCollection
- Ensures that this collection contains the specified element (optional operation).
- add(VerseBase) - Method in class org.crosswire.bible.passage.PassageTally
- Add/Increment this verses in the rankings
- add(VerseBase) - Method in class org.crosswire.bible.passage.RangedPassage
- Ensures that this Passage contains the specified Verse
- add(VerseBase) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Add this Verse/VerseRange to this Passage
- add(VerseBase) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Add this Verse/VerseRange to this Passage
- add(int) - Method in class org.crosswire.bible.passage.Verse
- Get the verse that is a few verses on from the one we've got.
- addAll(Passage) - Method in class org.crosswire.bible.passage.AbstractPassage
- Adds all of the elements in that Passage to this Passage.
- addAll(Passage) - Method in class org.crosswire.bible.passage.BitwisePassage
- Adds the Verses in that Passage to this Passage
- addAll(Passage) - Method in interface org.crosswire.bible.passage.Passage
- Adds all that Passage's verses to this Passage
- addAll(Collection) - Method in class org.crosswire.bible.passage.PassageCollection
- Adds all of the elements in the specified collection to this collection (optional operation).
- addAll(Passage) - Method in class org.crosswire.bible.passage.PassageTally
- Add/Increment these verses in the rankings
- addAll(Passage) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Adds all that Passage's verses to this Passage
- addAll(Passage) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Adds all that Passage's verses to this Passage
- addPassageListener(PassageListener) - Method in class org.crosswire.bible.passage.AbstractPassage
- Event Listeners - Add Listener
- addPassageListener(PassageListener) - Method in interface org.crosswire.bible.passage.Passage
- Event Listeners - Add Listener
- addPassageListener(PassageListener) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Event Listeners - Add Listener
- addPassageListener(PassageListener) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Event Listeners - Add Listener
- addVerses(String) - Method in class org.crosswire.bible.passage.AbstractPassage
- Create a Passage from a human readable string.
- adds - Variable in class org.crosswire.bible.passage.TestPassageListener
- adjacentTo(Verse) - Method in class org.crosswire.bible.passage.Verse
- Is this verse adjacent to another verse
- adjacentTo(VerseRange) - Method in class org.crosswire.bible.passage.VerseRange
- Are the 2 VerseRanges in question contigious.
- alt_books - Static variable in class org.crosswire.bible.passage.Books
- Alternative shortened names for the book of the Bible, in mixed case
- alt_books_lower - Static variable in class org.crosswire.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 org.crosswire.bible.passage.PassageTally
- Increment/Decrement this verses in the rankings
B
- BITWISE - Static variable in class org.crosswire.bible.passage.AbstractPassage
- Serialization type constant for a BitWise layout
- BOOK - Static variable in class org.crosswire.bible.passage.Books
- Used for methods with int[3] parameters, for the book
- BOOK - Static variable in class org.crosswire.bible.passage.Verse
- To make the code more readible, the book is the first part of a int[]
- BitwisePassage - class org.crosswire.bible.passage.BitwisePassage.
- A Passage that is implemented using a BitSet - one for each verse.
- BitwisePassage() - Constructor for class org.crosswire.bible.passage.BitwisePassage
- Create an empty BitwisePassage.
- BitwisePassage(String) - Constructor for class org.crosswire.bible.passage.BitwisePassage
- Create a Verse from a human readable string.
- BitwisePassage.VerseIterator - class org.crosswire.bible.passage.BitwisePassage.VerseIterator.
- Iterate over the Verses
- BitwisePassage.VerseIterator() - Constructor for class org.crosswire.bible.passage.BitwisePassage.VerseIterator
- Find the first unused verse
- Books - class org.crosswire.bible.passage.Books.
- Books is a static class that deals with Book number conversions and similar.
- Books() - Constructor for class org.crosswire.bible.passage.Books
- Ensure that we can not be instansiated
- Books.Names - class org.crosswire.bible.passage.Books.Names.
- Handy book finder
- Books.Names() - Constructor for class org.crosswire.bible.passage.Books.Names
- Books.Section - class org.crosswire.bible.passage.Books.Section.
- Handy section finder.
- Books.Section() - Constructor for class org.crosswire.bible.passage.Books.Section
- binarySize(int) - Static method in class org.crosswire.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 org.crosswire.bible.passage.AbstractPassage
- Widen the range of the verses in this list.
- blur(int, int) - Method in class org.crosswire.bible.passage.BitwisePassage
- Widen the range of the verses in this list.
- blur(int, int) - Method in interface org.crosswire.bible.passage.Passage
- Widen the range of the verses in this list.
- blur(int, int) - Method in class org.crosswire.bible.passage.PassageTally
- Widen the range of the verses in this list.
- blur - Static variable in class org.crosswire.bible.passage.PassageUtil
- The blur restriction
- blur(int, int) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Widen the range of the verses in this list.
- blur(int, int) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Widen the range of the verses in this list.
- board - Variable in class org.crosswire.bible.passage.PassageTally
- The tallyboard itself
- book - Variable in class org.crosswire.bible.passage.Verse
- The book number.
- book_case - Static variable in class org.crosswire.bible.passage.Books
- How the book names are reported
- booksInBible() - Static method in class org.crosswire.bible.passage.Books
- Count the books in the Bible.
- booksInPassage() - Method in class org.crosswire.bible.passage.AbstractPassage
- How many books are there in this Passage
- booksInPassage() - Method in interface org.crosswire.bible.passage.Passage
- How many books are there in this Passage
- booksInPassage() - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- How many books are there in this Passage
- booksInPassage() - Method in class org.crosswire.bible.passage.RocketPassage
- How many books are there in this Passage
- booksInPassage() - Method in class org.crosswire.bible.passage.SynchronizedPassage
- How many books are there in this Passage
- booksInSection(int) - Static method in class org.crosswire.bible.passage.Books
- How many books are there in each of the above sections
- books_in_bible - Static variable in class org.crosswire.bible.passage.Books
- Constant for the number of books in the Bible
- books_in_section - Static variable in class org.crosswire.bible.passage.Books
- The number of books in each section
C
- CASES - Static variable in interface org.crosswire.bible.passage.PassageConstants
- A word is mixed case if it does not conform to any of the above
- CASE_LOWER - Static variable in interface org.crosswire.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 org.crosswire.bible.passage.PassageConstants
- A word is mixed case if it does not conform to any of the above
- CASE_SENTANCE - Static variable in interface org.crosswire.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 org.crosswire.bible.passage.PassageConstants
- A word is upper case if all the letters upper case
- CHAPTER - Static variable in class org.crosswire.bible.passage.Books
- Used for methods with int[3] parameters, for the chapter
- CHAPTER - Static variable in class org.crosswire.bible.passage.Verse
- To make the code more readible, the chapter is the second part of a int[]
- Chronicles1 - Static variable in class org.crosswire.bible.passage.Books.Names
- Chronicles2 - Static variable in class org.crosswire.bible.passage.Books.Names
- Colossians - Static variable in class org.crosswire.bible.passage.Books.Names
- Corinthians1 - Static variable in class org.crosswire.bible.passage.Books.Names
- Corinthians2 - Static variable in class org.crosswire.bible.passage.Books.Names
- calcEnd(Verse, int) - Static method in class org.crosswire.bible.passage.VerseRange
- Calculate the last verse in this range.
- calcVerseCount(Verse, Verse) - Static method in class org.crosswire.bible.passage.VerseRange
- Calcualte how many verses in this range
- calculateNext() - Method in class org.crosswire.bible.passage.AbstractPassage.VerseRangeIterator
- Find the next VerseRange
- calculateNext() - Method in class org.crosswire.bible.passage.BitwisePassage.VerseIterator
- Find the next bit
- calculateNext() - Method in class org.crosswire.bible.passage.PassageTally.VerseIterator
- Find the next bit
- ch111 - Variable in class org.crosswire.bible.passage.TestVerse
- changes - Variable in class org.crosswire.bible.passage.TestPassageListener
- chapter - Variable in class org.crosswire.bible.passage.Verse
- The chapter number
- chaptersInBible() - Static method in class org.crosswire.bible.passage.Books
- Count the chapters in the Bible.
- chaptersInBook(int) - Static method in class org.crosswire.bible.passage.Books
- Count the chapters in this book.
- chaptersInPassage(int) - Method in class org.crosswire.bible.passage.AbstractPassage
- How many chapters are there in a particular book in this Passage
- chaptersInPassage(int) - Method in interface org.crosswire.bible.passage.Passage
- How many chapters are there in a particular book in this Passage
- chaptersInPassage(int) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- How many chapters are there in a particular book in this Passage
- chaptersInPassage(int) - Method in class org.crosswire.bible.passage.RocketPassage
- How many chapters are there in a particular book in this Passage
- chaptersInPassage(int) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- How many chapters are there in a particular book in this Passage
- chapters_in_bible - Static variable in class org.crosswire.bible.passage.Books
- Constant for the number of chapters in the Bible
- chapters_in_book - Static variable in class org.crosswire.bible.passage.Books
- Constant for the number of chapters in each book
- check(int, int, int) - Method in class org.crosswire.bible.passage.TestPassageListener
- checkValidChapterOrVerse(String) - Static method in class org.crosswire.bible.passage.Verse
- Is this text valid in a chapter/verse context
- clear() - Method in class org.crosswire.bible.passage.AbstractPassage
- Removes all of the Verses from this Passage.
- clear() - Method in class org.crosswire.bible.passage.BitwisePassage
- Removes all of the Verses from this Passage
- clear() - Method in class org.crosswire.bible.passage.DistinctPassage
- Removes all of the Verses from this Passage.
- clear() - Method in interface org.crosswire.bible.passage.Passage
- Removes all the verses is this Passage
- clear() - Method in class org.crosswire.bible.passage.PassageCollection
- Removes all of the elements from this collection (optional operation).
- clear() - Method in class org.crosswire.bible.passage.PassageTally
- Removes all of the Verses from this Passage.
- clear() - Method in class org.crosswire.bible.passage.RangedPassage
- Removes all of the Verses from this Passage.
- clear() - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Removes all the verses is this Passage
- clear() - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Removes all the verses is this Passage
- clone() - Method in class org.crosswire.bible.passage.AbstractPassage
- Create a copy of ourselves
- clone() - Method in class org.crosswire.bible.passage.BitwisePassage
- Get a copy of ourselves.
- clone() - Method in class org.crosswire.bible.passage.DistinctPassage
- Get a copy of ourselves.
- clone() - Method in interface org.crosswire.bible.passage.Passage
- I'm not sure why we have to keep on redeclaring this.
- clone() - Method in class org.crosswire.bible.passage.PassageTally
- Get a copy of ourselves.
- clone() - Method in class org.crosswire.bible.passage.RangedPassage
- Get a copy of ourselves.
- clone() - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- I'm not sure why we have to keep on redeclaring this.
- clone() - Method in class org.crosswire.bible.passage.SynchronizedPassage
- I'm not sure why we have to keep on redeclaring this.
- clone() - Method in class org.crosswire.bible.passage.Verse
- Get a copy of ourselves.
- clone() - Method in class org.crosswire.bible.passage.VerseRange
- Get a copy of ourselves.
- compareTo(Object) - Method in class org.crosswire.bible.passage.PassageTally.OrderedVerseIterator.TalliedVerse
- compareTo(Object) - Method in class org.crosswire.bible.passage.PassageTally.OrderedVerseRangeIterator.TalliedVerseRange
- compareTo(Object) - Method in class org.crosswire.bible.passage.Verse
- Compare this to a given object
- compareTo(Object) - Method in class org.crosswire.bible.passage.VerseRange
- Compare initially using the first element in a VerseRange.
- contains(VerseBase) - Method in class org.crosswire.bible.passage.BitwisePassage
- Returns true if this Passage contains the specified Verse
- contains(VerseBase) - Method in class org.crosswire.bible.passage.DistinctPassage
- Returns true if this Passage contains the specified Verse.
- contains(VerseBase) - Method in interface org.crosswire.bible.passage.Passage
- Returns true if this collection contains all the specified Verse
- contains(Object) - Method in class org.crosswire.bible.passage.PassageCollection
- Returns true if this collection contains the specified element.
- contains(VerseBase) - Method in class org.crosswire.bible.passage.PassageTally
- Does this tally contain all the specified verses?
- contains(VerseBase) - Method in class org.crosswire.bible.passage.RangedPassage
- Returns true if this Passage contains the specified Verse.
- contains(VerseBase) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Returns true if this collection contains all the specified Verse
- contains(VerseBase) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Returns true if this collection contains all the specified Verse
- contains(Verse) - Method in class org.crosswire.bible.passage.VerseRange
- Is the given verse entirely within our range.
- contains(VerseRange) - Method in class org.crosswire.bible.passage.VerseRange
- Is the given range within our range.
- containsAll(Passage) - Method in class org.crosswire.bible.passage.AbstractPassage
- Returns true if this Passage contains all of the Verses in the that Passage.
- containsAll(Passage) - Method in interface org.crosswire.bible.passage.Passage
- Returns true if this Passage contains all of the verses in that Passage
- containsAll(Collection) - Method in class org.crosswire.bible.passage.PassageCollection
- Returns true if this collection contains all of the elements in the specified collection.
- containsAll(Passage) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Returns true if this Passage contains all of the verses in that Passage
- containsAll(Passage) - Method in class org.crosswire.bible.passage.RocketPassage
- Returns true if this Passage contains all of the verses in that Passage
- containsAll(Passage) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Returns true if this Passage contains all of the verses in that Passage
- containsLetter(String) - Static method in class org.crosswire.bible.passage.PassageUtil
- This is simply a convenience function to wrap Character.isLetter()
- countRanges() - Method in class org.crosswire.bible.passage.AbstractPassage
- Like countVerses() that counts VerseRanges instead of Verses Returns the number of fragments in this collection.
- countRanges() - Method in interface org.crosswire.bible.passage.Passage
- Like countVerses() that counts VerseRanges instead of Verses Returns the number of fragments in this collection.
- countRanges() - Method in class org.crosswire.bible.passage.RangedPassage
- countRanges() - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Like countVerses() that counts VerseRanges instead of Verses.
- countRanges() - Method in class org.crosswire.bible.passage.RocketPassage
- countRanges() - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Like countVerses() that counts VerseRanges instead of Verses.
- countVerses() - Method in class org.crosswire.bible.passage.AbstractPassage
- Returns the number of verses in this collection.
- countVerses() - Method in class org.crosswire.bible.passage.BitwisePassage
- countVerses() - Method in class org.crosswire.bible.passage.DistinctPassage
- countVerses() - Method in interface org.crosswire.bible.passage.Passage
- Returns the number of verses in this collection.
- countVerses() - Method in class org.crosswire.bible.passage.RangedPassage
- countVerses() - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Returns the number of verses in this collection.
- countVerses() - Method in class org.crosswire.bible.passage.RocketPassage
- countVerses() - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Returns the number of verses in this collection.
- createPassage() - Static method in class org.crosswire.bible.passage.PassageFactory
- Create an empty Passage using the default type.
- createPassage(String) - Static method in class org.crosswire.bible.passage.PassageFactory
- Create an empty Passage using the default type.
- createPassage(int) - Static method in class org.crosswire.bible.passage.PassageFactory
- Create an empty Passage using a specified type.
- createPassage(int, String) - Static method in class org.crosswire.bible.passage.PassageFactory
- Create an empty Passage using a specified type.
D
- DEFAULT - Static variable in class org.crosswire.bible.passage.Verse
- The default verse
- DISTINCT - Static variable in class org.crosswire.bible.passage.AbstractPassage
- Serialization type constant for a Distinct layout
- Daniel - Static variable in class org.crosswire.bible.passage.Books.Names
- Deuteronomy - Static variable in class org.crosswire.bible.passage.Books.Names
- DistinctPassage - class org.crosswire.bible.passage.DistinctPassage.
- A Passage that is implemented using a TreeSet of Verses.
- DistinctPassage() - Constructor for class org.crosswire.bible.passage.DistinctPassage
- Create an empty DistinctPassage.
- DistinctPassage(String) - Constructor for class org.crosswire.bible.passage.DistinctPassage
- Create a Verse from a human readable string.
- decodeOrdinal(int) - Static method in class org.crosswire.bible.passage.Books
- Where does this verse come in the Bible.
- default_type - Static variable in class org.crosswire.bible.passage.PassageFactory
- The default type
- distinct - Variable in class org.crosswire.bible.passage.RocketPassage
- The contained DistinctPassage
E
- Ecclesiastes - Static variable in class org.crosswire.bible.passage.Books.Names
- Ephesians - Static variable in class org.crosswire.bible.passage.Books.Names
- Esther - Static variable in class org.crosswire.bible.passage.Books.Names
- Exodus - Static variable in class org.crosswire.bible.passage.Books.Names
- Ezekiel - Static variable in class org.crosswire.bible.passage.Books.Names
- Ezra - Static variable in class org.crosswire.bible.passage.Books.Names
- empty - Variable in class org.crosswire.bible.passage.TestPassage
- empty - Variable in class org.crosswire.bible.passage.TestPassageTally2
- end - Variable in class org.crosswire.bible.passage.VerseRange
- The real data - where do we end? All ctors init this so leave default
- equals(Object) - Method in class org.crosswire.bible.passage.AbstractPassage
- Is this Object equal to us.
- equals(Object) - Method in class org.crosswire.bible.passage.PassageCollection
- Compares the specified object with this collection for equality.
- equals(Object) - Method in class org.crosswire.bible.passage.Verse
- Is this Object equal to us.
- equals(Object) - Method in class org.crosswire.bible.passage.VerseRange
- Is this Object equal to us.
- exo11 - Variable in class org.crosswire.bible.passage.TestVerseRange
- exo21 - Variable in class org.crosswire.bible.passage.TestPassage
- exo21 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- exo21_1 - Variable in class org.crosswire.bible.passage.TestPassage
- exo21_1 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- exo21_2 - Variable in class org.crosswire.bible.passage.TestPassage
- exo21_2 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- exo22 - Variable in class org.crosswire.bible.passage.TestPassage
- exo22 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- exo22_1 - Variable in class org.crosswire.bible.passage.TestPassage
- exo22_1 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- exo23 - Variable in class org.crosswire.bible.passage.TestPassage
- exo23 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- exo2a_3b - Variable in class org.crosswire.bible.passage.TestPassage
- exo3b - Variable in class org.crosswire.bible.passage.TestPassage
- exo3b - Variable in class org.crosswire.bible.passage.TestPassageTally2
F
- fireContentsChanged(Object, Verse, Verse) - Method in class org.crosswire.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 org.crosswire.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 org.crosswire.bible.passage.AbstractPassage
- AbstractPassage subclasses must call this method before one or more elements of the list are added.
- flatten() - Method in class org.crosswire.bible.passage.PassageTally
- Take the verses in the tally and give them all and equal rank of 1.
- formatter - Static variable in class org.crosswire.bible.passage.PassageUtil
- The formatter to make your message make sense
- fromBinary(byte[], int[], int) - Static method in class org.crosswire.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 org.crosswire.bible.passage.PassageUtil
- Write out the object to the given ObjectOutputStream
- full_books - Static variable in class org.crosswire.bible.passage.Books
- The full names of the book of the Bible, in mixed case
- full_books_lower - Static variable in class org.crosswire.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 org.crosswire.bible.passage.Books
- The full names of the book of the Bible, in upper case, generated at run time
G
- Galatians - Static variable in class org.crosswire.bible.passage.Books.Names
- Genesis - Static variable in class org.crosswire.bible.passage.Books.Names
- GospelsAndActs - Static variable in class org.crosswire.bible.passage.Books.Section
- gen11 - Variable in class org.crosswire.bible.passage.TestPassage
- gen11 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen11 - Variable in class org.crosswire.bible.passage.TestVerse
- gen11 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen11_1 - Variable in class org.crosswire.bible.passage.TestPassage
- gen11_1 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen11_1 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen11_2 - Variable in class org.crosswire.bible.passage.TestPassage
- gen11_2 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen11_2 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen11_9 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen11_a - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen11a - Variable in class org.crosswire.bible.passage.TestVerse
- gen12 - Variable in class org.crosswire.bible.passage.TestPassage
- gen12 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen12 - Variable in class org.crosswire.bible.passage.TestVerse
- gen12 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen123_1 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen12_1 - Variable in class org.crosswire.bible.passage.TestPassage
- gen12_1 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen12_1 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen13 - Variable in class org.crosswire.bible.passage.TestPassage
- gen13 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen15 - Variable in class org.crosswire.bible.passage.TestPassage
- gen15 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen19 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen1_135 - Variable in class org.crosswire.bible.passage.TestPassage
- gen1_135 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen1_157 - Variable in class org.crosswire.bible.passage.TestPassageTally2
- gen21 - Variable in class org.crosswire.bible.passage.TestVerse
- gen21 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen22 - Variable in class org.crosswire.bible.passage.TestVerse
- gen22 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen99 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen_all - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen_ex1 - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen_exo - Variable in class org.crosswire.bible.passage.TestVerseRange
- gen_rev - Variable in class org.crosswire.bible.passage.TestPassage
- gen_rev - Variable in class org.crosswire.bible.passage.TestVerseRange
- getAccuracy(String) - Static method in class org.crosswire.bible.passage.Verse
- Does this string exactly define a Verse.
- getAccuracy(String[]) - Static method in class org.crosswire.bible.passage.Verse
- Does this string exactly define a Verse.
- getBlurRestriction() - Static method in class org.crosswire.bible.passage.PassageUtil
- The default Blur settings.
- getBlurRestrictions() - Static method in class org.crosswire.bible.passage.PassageUtil
- The allowed Blur settings
- getBook() - Method in class org.crosswire.bible.passage.Verse
- Return the book that we refer to
- getBookJogger(int) - Static method in class org.crosswire.bible.passage.Books
- Get the memory jogger letters for a book.
- getBookNumber(String) - Static method in class org.crosswire.bible.passage.Books
- Get number of a book from its name.
- getCase() - Static method in class org.crosswire.bible.passage.Books
- How do we report the names of the books?.
- getCase(String) - Static method in class org.crosswire.bible.passage.PassageUtil
- What case is the specified word?.
- getCases() - Static method in class org.crosswire.bible.passage.PassageUtil
- The allowed Case settings
- getChapter() - Method in class org.crosswire.bible.passage.Verse
- Return the chapter that we refer to
- getDefaultPersistentNaming() - Static method in class org.crosswire.bible.passage.PassageUtil
- By default do we remember the original string used to configure us?
- getEnd() - Method in class org.crosswire.bible.passage.VerseRange
- Fetch the last verse in this range.
- getIndexOf(Verse) - Method in class org.crosswire.bible.passage.PassageTally
- What is the index of the give verse in the current ordering scheme
- getLongBookName(int) - Static method in class org.crosswire.bible.passage.Books
- Get the full name of a book (e.g.
- getLowerIndex() - Method in class org.crosswire.bible.passage.PassageEvent
- Returns the lower index of the range.
- getName() - Method in class org.crosswire.bible.passage.AbstractPassage
- A Human readable version of the verse list.
- getName() - Method in interface org.crosswire.bible.passage.Passage
- A Human readable version of the verse list.
- getName() - Method in class org.crosswire.bible.passage.PassageTally
- A Human readable version of the PassageTally.
- getName(int) - Method in class org.crosswire.bible.passage.PassageTally
- A Human readable version of the verse list.
- getName() - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- A Human readable version of the verse list.
- getName() - Method in class org.crosswire.bible.passage.SynchronizedPassage
- A Human readable version of the verse list.
- getName() - Method in class org.crosswire.bible.passage.Verse
- Translate the Passage into a human readable string
- getName(Verse) - Method in class org.crosswire.bible.passage.Verse
- Translate the Passage into a human readable string
- getName() - Method in interface org.crosswire.bible.passage.VerseBase
- Translate the Passage into a human readable string
- getName(Verse) - Method in interface org.crosswire.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 org.crosswire.bible.passage.VerseRange
- Fetch a more sensible shortened version of the name
- getName(Verse) - Method in class org.crosswire.bible.passage.VerseRange
- Fetch a more sensible shortened version of the name
- getNameAndTally() - Method in class org.crosswire.bible.passage.PassageTally
- A Human readable version of the PassageTally.
- getNameAndTally(int) - Method in class org.crosswire.bible.passage.PassageTally
- A Human readable version of the PassageTally.
- getNumberJogger(long) - Static method in class org.crosswire.bible.passage.Books
- Get the Short name of a book
- getOrdering() - Method in class org.crosswire.bible.passage.PassageTally
- Get how we sort the verses we output.
- getOrdinal() - Method in class org.crosswire.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 org.crosswire.bible.passage.AbstractPassage
- A summary of the verses in this Passage For example "Search (10 matches in 4 books)"
- getOverview() - Method in interface org.crosswire.bible.passage.Passage
- A summary of the verses in this Passage For example "10 verses in 4 books"
- getOverview() - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- A summary of the verses in this Passage For example "10 verses in 4 books"
- getOverview() - Method in class org.crosswire.bible.passage.SynchronizedPassage
- A summary of the verses in this Passage For example "10 verses in 4 books"
- getRefArray() - Method in class org.crosswire.bible.passage.Verse
- Return the verse that we refer to
- getResource(String) - Static method in class org.crosswire.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 org.crosswire.bible.passage.PassageUtil
- Utility that enables us to have a single resource file for all the passage classes
- getSection(int) - Static method in class org.crosswire.bible.passage.Books
- What section is this book a part of?
- getSectionName(int) - Static method in class org.crosswire.bible.passage.Books
- Get the full name of a book (e.g.
- getShortBookName(int) - Static method in class org.crosswire.bible.passage.Books
- Get the short name of a book (e.g.
- getStart() - Method in class org.crosswire.bible.passage.VerseRange
- Fetch the first verse in this range.
- getTallyOf(Verse) - Method in class org.crosswire.bible.passage.PassageTally
- The ranking given to a specific verse
- getType() - Method in class org.crosswire.bible.passage.PassageEvent
- Returns the event type.
- getUpperIndex() - Method in class org.crosswire.bible.passage.PassageEvent
- Returns the upper index of the range.
- getVerse() - Method in class org.crosswire.bible.passage.Verse
- Return the verse that we refer to
- getVerseAt(int) - Method in class org.crosswire.bible.passage.AbstractPassage
- Get a specific Verse from this collection
- getVerseAt(int) - Method in interface org.crosswire.bible.passage.Passage
- Get a specific Verse from this collection
- getVerseAt(int) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Get a specific Verse from this collection
- getVerseAt(int) - Method in class org.crosswire.bible.passage.RocketPassage
- Get a specific Verse from this collection
- getVerseAt(int) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Get a specific Verse from this collection
- getVerseCount() - Method in class org.crosswire.bible.passage.VerseRange
- How many verses in this range
- getVerseRangeAt(int) - Method in class org.crosswire.bible.passage.AbstractPassage
- Get a specific VerseRange from this collection
- getVerseRangeAt(int) - Method in interface org.crosswire.bible.passage.Passage
- Get a specific VerseRange from this collection
- getVerseRangeAt(int) - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Get a specific VerseRange from this collection
- getVerseRangeAt(int) - Method in class org.crosswire.bible.passage.RocketPassage
- Get a specific VerseRange from this collection
- getVerseRangeAt(int) - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Get a specific VerseRange from this collection
- getWholeBiblePassage() - Static method in class org.crosswire.bible.passage.PassageFactory
- Create a Passage with all bits of the Bible set.
- getWholeBibleVerseRange() - Static method in class org.crosswire.bible.passage.VerseRange
- Returns a VerseRange that wraps the whole Bible
- grace - Variable in class org.crosswire.bible.passage.TestPassage
H
- Habakuk - Static variable in class org.crosswire.bible.passage.Books.Names
- Haggai - Static variable in class org.crosswire.bible.passage.Books.Names
- Hebrews - Static variable in class org.crosswire.bible.passage.Books.Names
- History - Static variable in class org.crosswire.bible.passage.Books.Section
- Hosea - Static variable in class org.crosswire.bible.passage.Books.Names
- hasNext() - Method in class org.crosswire.bible.passage.AbstractPassage.VerseRangeIterator
- hasNext() - Method in class org.crosswire.bible.passage.BitwisePassage.VerseIterator
- hasNext() - Method in class org.crosswire.bible.passage.PassageTally.OrderedVerseIterator
- hasNext() - Method in class org.crosswire.bible.passage.PassageTally.OrderedVerseRangeIterator
- hasNext() - Method in class org.crosswire.bible.passage.PassageTally.VerseIterator
- hasNext() - Method in class org.crosswire.bible.passage.RangedPassage.VerseIterator
- Pass the request on to the real iterator.
- hashCode() - Method in class org.crosswire.bible.passage.AbstractPassage
- hashCode() - Method in class org.crosswire.bible.passage.PassageCollection
- Returns the hash code value for this collection.
- hashCode() - Method in class org.crosswire.bible.passage.Verse
- This returns the ordinal number of the verse
so
new Verse("Rev 22:21").hashCode() = 31104 - hashCode() - Method in class org.crosswire.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 org.crosswire.bible.passage.Books.Names
- ignore - Variable in class org.crosswire.bible.passage.ReadOnlyPassage
- Do we just silently ignore change attempts or throw up
- increment(int, int) - Method in class org.crosswire.bible.passage.PassageTally
- Increment a verse by an amount
- incrementMax(int) - Method in class org.crosswire.bible.passage.PassageTally
- Increment a verse by an amount
- intersection(VerseRange, VerseRange) - Static method in class org.crosswire.bible.passage.VerseRange
- Create a DistinctPassage that is the stuff in VerseRange a that is also in VerseRange b.
- isBook() - Method in class org.crosswire.bible.passage.VerseRange
- Does this range represent exactly one book, no more or less.
- isBookName(String) - Static method in class org.crosswire.bible.passage.Books
- Is the given string a valid book name.
- isBooks() - Method in class org.crosswire.bible.passage.VerseRange
- Does this range represent a whole number of books.
- isChapter() - Method in class org.crosswire.bible.passage.VerseRange
- Does this range represent exactly one chapter, no more or less.
- isChapters() - Method in class org.crosswire.bible.passage.VerseRange
- Does this range represent a number of whole chapters
- isEmpty() - Method in class org.crosswire.bible.passage.AbstractPassage
- Does this Passage have 0 members
- isEmpty() - Method in class org.crosswire.bible.passage.BitwisePassage
- isEmpty() - Method in class org.crosswire.bible.passage.DistinctPassage
- isEmpty() - Method in interface org.crosswire.bible.passage.Passage
- Does this Passage have 0 members
- isEmpty() - Method in class org.crosswire.bible.passage.PassageCollection
- isEmpty() - Method in class org.crosswire.bible.passage.RangedPassage
- isEmpty() - Method in class org.crosswire.bible.passage.ReadOnlyPassage
- Does this Passage have 0 members
- isEmpty() - Method in class org.crosswire.bible.passage.RocketPassage
- isEmpty() - Method in class org.crosswire.bible.passage.SynchronizedPassage
- Does this Passage have 0 members
- isEndMarker(String) - Static method in class org.crosswire.bible.passage.Verse
- Is this string a legal marker for 'to the end of the chapter'
- isEndOfBook() - Method in class org.crosswire.bible.passage.Verse
- Is this verse the first in a chapter
- isEndOfChapter() - Method in class org.crosswire.bible.passage.Verse
- Is this verse the first in a chapter
- isGospel(int) - Static method in class org.crosswire.bible.passage.Books
- Is this book part of the Gospels?
- isGospelOrActs(int) - Static method in class org.crosswire.bible.passage.Books
- Is this book part of the Gospels or Acts?
- isHistory(int) - Static method in class org.crosswire.bible.passage.Books
- Is this book part of the OT History?
- isLetter(int) - Static method in class org.crosswire.bible.passage.Books
- Is this book part of the letters?
- isMajorProphet(int) - Static method in class org.crosswire.bible.passage.Books
- Is this book part of the major prophets?
- isMinorProphet(int) - Static method in class org.crosswire.bible.passage.Books
- Is this book part of the minor prophets?
- isPentateuch(int) - Static method in class org.crosswire.bible.passage.Books
- Is this book part of the Pentateuch?
- isPersistentNaming() - Static method in class org.crosswire.bible.passage.PassageUtil
- Do we remember the original string used to configure us?
- isPoetry(int) - Static method in class org.crosswire.bible.passage.Books
- Is this book part of the OT History?
- isSameBook(Verse) - Method in class org.crosswire.bible.passage.Verse
- Is this verse in the same book as that one
- isSameChapter(Verse) - Method in class org.crosswire.bible.passage.Verse
- Is this verse in the same chapter as that one
- isStartOfBook() - Method in class org.crosswire.bible.passage.Verse
- Is this verse the first in a chapter
- isStartOfChapter() - Method in class org.crosswire.bible.passage.Verse
- Is this verse the first in a chapter
- isValidAccuracy(int) - Static method in class org.crosswire.bible.passage.PassageUtil
- Is the given accuracy a valid one?
- isValidBlurRestriction(int) - Static method in class org.crosswire.bible.passage.PassageUtil
- Is the given restriction a valid one?
- isValidCase(int) - Static method in class org.crosswire.bible.passage.PassageUtil
- Is the given case a valid one?
- isVerseRange(String) - Static method in class org.crosswire.bible.passage.VerseRange
- Is the string likely to be a VerseRange and not a Verse?
- it - Variable in class org.crosswire.bible.passage.AbstractPassage.VerseRangeIterator
- The Iterator that we are proxying to
- it - Variable in class org.crosswire.bible.passage.PassageTally.OrderedVerseIterator
- The Iterator we are converting
- it - Variable in class org.crosswire.bible.passage.PassageTally.OrderedVerseRangeIterator
- The Iterator we are converting
- iterator() - Method in class org.crosswire.bible.passage.PassageCollection
- Returns an iterator over the elements in this collection.
J
- James - Static variable in class org.crosswire.bible.passage.Books.Names
- Jeremiah - Static variable in class org.crosswire.bible.passage.Books.Names
- Job - Static variable in cl