Uses of Class
com.fatdog.xmlEngine.IntList

Packages that use IntList
com.fatdog.xmlEngine Core classes and methods. 
com.fatdog.xmlEngine.words Low-level routines for word storage and string <=> intKey conversions. 
com.fatdog.xmlEngine.words.dictionaries Low-level routines for word storage and string <=> intKey conversions. 
 

Uses of IntList in com.fatdog.xmlEngine
 

Methods in com.fatdog.xmlEngine that return IntList
 IntList IntList.cloneList()
           
 IntList IntList.nextList()
           
 IntList DocItems.getIntList()
           
 

Methods in com.fatdog.xmlEngine with parameters of type IntList
 void ResultList.sort(IntList orderSpecList, IntList returnCounts)
           
 int NodeTree.namedAncestor(int[] ancestKey, int nodeType, IntList descendList)
           
 DocItems NodeTree.evalAncestor(DocItems descDoc, DocItems ancestorDoc, IntList newDescList)
           
 DocItems NodeTree.evalAncestor(DocItems descDoc, DocItems ancestorDoc, IntList newDescList, boolean allowSelfMatches)
           
 void IntList.setNextList(IntList nextList)
           
 void FandO.newWord(char[] word, int wordStart, int wordEnd, int parent, IntList ints)
          Supply lists of word starts and lengths for the function contains-word().
 void DocItems.setList(IntList list)
           
 void DocItems.setList(IntList list, int numInvalid)
           
 int DocItems.ancestor(IntList ancList)
           
 void DocItems.newWord(char[] cbuf, int wordStart, int wordEnd, int parent, IntList matches)
           
 void DocItems.sort(IntList orderSpecList, IntList returnCounts)
           
 

Constructors in com.fatdog.xmlEngine with parameters of type IntList
DocItems(NodeTree itsTree, IntList itsList)
           
DocItems(IndexManager indexer, IntList list)
           
 

Uses of IntList in com.fatdog.xmlEngine.words
 

Methods in com.fatdog.xmlEngine.words with parameters of type IntList
 void WordManager.newWord(char[] cbuf, int wordStart, int wordEnd, int parent, IntList args)
           
 void WordBreaker.characters(char[] cbuf, int start, int len, int parent, IntList ints)
           
 void IWordHandler.newWord(char[] word, int wordStart, int wordEnd, int parent, IntList ints)
          This method will be called whenever WordBreaker.characters(char[], int, int, int, IntList) encounters a new word.
 

Uses of IntList in com.fatdog.xmlEngine.words.dictionaries
 

Methods in com.fatdog.xmlEngine.words.dictionaries with parameters of type IntList
 int TextDictionary.addWordEntryWithXRef(char[] word, int start, int end, IntList args)
           
 int Dictionary.addWordEntryWithXRef(char[] charWord, int start, int end, IntList args)
           
 int Dictionary.addWordEntryWithXRef(java.lang.String word, IntList args)