Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.eireneh.bible.passage.VerseRange

Uses of VerseRange in com.eireneh.bible.passage
 

Fields in com.eireneh.bible.passage declared as VerseRange
private static VerseRange VerseRange.whole
          The whole Bible VerseRange
 VerseRange PassageTally.OrderedVerseRangeEnumeration.TalliedVerseRange.range
          The verse range
private  VerseRange AbstractPassage.VerseRangeEnumeration.next_range
          What is the next VerseRange to be considered
 

Methods in com.eireneh.bible.passage that return VerseRange
 VerseRange ReadOnlyPassage.getVerseRangeAt(int offset)
          Get a specific VerseRange from this collection
 VerseRange RocketPassage.getVerseRangeAt(int offset)
          Get a specific VerseRange from this collection
 VerseRange SynchronizedPassage.getVerseRangeAt(int offset)
          Get a specific VerseRange from this collection
static VerseRange[] VerseRange.remainder(VerseRange a, VerseRange b)
          Create a DistinctPassage that is the stuff left of VerseRange a when you remove the stuff in VerseRange b.
static VerseRange VerseRange.intersection(VerseRange a, VerseRange b)
          Create a DistinctPassage that is the stuff in VerseRange a that is also in VerseRange b.
static VerseRange VerseRange.getWholeBibleVerseRange()
          Returns a VerseRange that wraps the whole Bible
 VerseRange Passage.getVerseRangeAt(int offset)
          Get a specific VerseRange from this collection
 VerseRange AbstractPassage.getVerseRangeAt(int offset)
          Get a specific VerseRange from this collection
protected static VerseRange AbstractPassage.toVerseRange(java.lang.Object base)
          Convert the Object to a VerseRange.
 

Methods in com.eireneh.bible.passage with parameters of type VerseRange
 boolean VerseRange.adjacentTo(VerseRange that)
          Are the 2 VerseRanges in question contigious.
 boolean VerseRange.overlaps(VerseRange that)
          Do the 2 VerseRanges in question actually overlap.
 boolean VerseRange.contains(VerseRange that)
          Is the given range within our range.
static VerseRange[] VerseRange.remainder(VerseRange a, VerseRange b)
          Create a DistinctPassage that is the stuff left of VerseRange a when you remove the stuff in VerseRange b.
static VerseRange VerseRange.intersection(VerseRange a, VerseRange b)
          Create a DistinctPassage that is the stuff in VerseRange a that is also in VerseRange b.
 

Constructors in com.eireneh.bible.passage with parameters of type VerseRange
VerseRange(java.lang.String desc, VerseRange basis)
          Construct a VerseRange from a String and a VerseRange.
VerseRange(VerseRange base_start, int blur_down, int blur_up, int restrict)
          Widen the range of the verses in this list.
VerseRange(VerseRange a, VerseRange b)
          Merge 2 VerseRanges together.
PassageTally.OrderedVerseRangeEnumeration.TalliedVerseRange(VerseRange range, int tally)
          Convenience ctor to set the public variables