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

Quick Search    Search Deep

Uses of Class
com.eireneh.bible.book.raw.Mem

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

Subclasses of Mem in com.eireneh.bible.book.raw
 class CaseInstsMem
          A CaseInstsMem provides access to the list of case ids that make up a Passage.
 class InstsMem
          InstsMem is a Base implementation of the Insts interface using the in memory model (Mem).
 class ItemsMem
          ItemsMem is a Base implementation of the Items interface using the in memory model (Mem).
 class ParaInstsMem
          A ParaInstsMem provides access to the list of paragraphs that punctuate the Bible.
 class PuncInstsMem
          A PuncInstsMem provides access to the list of punctuation ids that make up a Passage.
 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 WordInstsMem
          A WordInstsMem provides access to the list of word ids that make up a Passage.
 class WordItemsMem
          The WordItemsMem stores words in a dictionary for a Bible.