Uses of Class
org.basex.util.IntList

Packages that use IntList
org.basex.data Contains BaseX data types, including the internal table representation in the Data class. 
org.basex.index Contains database index implementations. 
org.basex.query Provides classes for querying the data. 
 

Uses of IntList in org.basex.data
 

Methods in org.basex.data with parameters of type IntList
 void FTPosData.addConvSeqData(IntList[] d, int pre, int div)
          Converts data from sequential ftcontains processing.
 

Uses of IntList in org.basex.index
 

Fields in org.basex.index declared as IntList
 IntList FTNode.ip
          Fulltext data for a node.
 IntList FTNode.p
          Pointer for idpos - each idpos has a pointer at its search string position in the query.
 

Methods in org.basex.index that return IntList
 IntList[] FTNode.convertPos()
          Converts the pos values in the following style.
 

Uses of IntList in org.basex.query
 

Fields in org.basex.query declared as IntList
 IntList[] QueryContext.ftd
          Temporary place for ftdata.