|
|||||||||
| Home >> All >> com >> eireneh >> bible >> [ passage overview ] | PREV NEXT | ||||||||
Uses of Interface
com.eireneh.bible.passage.VerseBase
| Uses of VerseBase in com.eireneh.bible.passage |
| Classes in com.eireneh.bible.passage that implement VerseBase | |
class |
Verse
A Passage is a pointer to a single verse. |
class |
VerseRange
A VerseRange is one step between a Verse and a Passage - it is a Verse plus a verse_count. |
| Methods in com.eireneh.bible.passage with parameters of type VerseBase | |
boolean |
ReadOnlyPassage.contains(VerseBase that)
Returns true if this collection contains all the specified Verse |
void |
ReadOnlyPassage.add(VerseBase that)
Add this Verse/VerseRange to this Passage |
void |
ReadOnlyPassage.remove(VerseBase that)
Remove this Verse/VerseRange from this Passage |
boolean |
SynchronizedPassage.contains(VerseBase that)
Returns true if this collection contains all the specified Verse |
void |
SynchronizedPassage.add(VerseBase that)
Add this Verse/VerseRange to this Passage |
void |
SynchronizedPassage.remove(VerseBase that)
Remove this Verse/VerseRange from this Passage |
boolean |
RangedPassage.contains(VerseBase obj)
Returns true if this Passage contains the specified Verse. |
void |
RangedPassage.add(VerseBase obj)
Ensures that this Passage contains the specified Verse |
void |
RangedPassage.remove(VerseBase obj)
Removes a single instance of the specified Verse from this Passage |
boolean |
PassageTally.contains(VerseBase that)
Does this tally contain all the specified verses? |
void |
PassageTally.add(VerseBase that)
Add/Increment this verses in the rankings |
void |
PassageTally.unAdd(VerseBase that)
Remove/Decrement this verses in the rankings |
void |
PassageTally.remove(VerseBase that)
Remove these verses from the rankings, ie, set their rank to zero. |
private void |
PassageTally.alterVerseBase(VerseBase that,
int tally)
Increment/Decrement this verses in the rankings |
boolean |
Passage.contains(VerseBase that)
Returns true if this collection contains all the specified Verse |
void |
Passage.add(VerseBase that)
Add this Verse/VerseRange to this Passage |
void |
Passage.remove(VerseBase that)
Remove this Verse/VerseRange from this Passage |
boolean |
DistinctPassage.contains(VerseBase obj)
Returns true if this Passage contains the specified Verse. |
void |
DistinctPassage.add(VerseBase obj)
Ensures that this Passage contains the specified Verse |
void |
DistinctPassage.remove(VerseBase obj)
Removes a single instance of the specified Verse from this Passage |
boolean |
BitwisePassage.contains(VerseBase obj)
Returns true if this Passage contains the specified Verse |
void |
BitwisePassage.add(VerseBase obj)
Ensures that this Passage contains the specified Verse |
void |
BitwisePassage.remove(VerseBase obj)
Removes a single instance of the specified Verse from this Passage |
|
|||||||||
| Home >> All >> com >> eireneh >> bible >> [ passage overview ] | PREV NEXT | ||||||||