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

Quick Search    Search Deep

Uses of Interface
com.eireneh.bible.book.raw.Items

Uses of Items in com.eireneh.bible.book.raw
 

Classes in com.eireneh.bible.book.raw that implement Items
 class ItemsDisk
          ItemsDisk is a Base implementation of the Items interface using the in on disk model (Disk).
 class ItemsMem
          ItemsMem is a Base implementation of the Items interface using the in memory model (Mem).
 class PuncItemsMem
          PuncItemsMem is almost identical to WordItemsMem, but the Dictionary is much smaller, there are almost certainly less than 256 different intra-word punctuation sets, so we will only need 1 byte per word instead of 2.
 class WordItemsMem
          The WordItemsMem stores words in a dictionary for a Bible.
 

Fields in com.eireneh.bible.book.raw declared as Items
private  Items RawBible.word_items
          The Source of Words
private  Items RawBible.punc_items
          The source of Punctuation