Uses of Class
org.basex.util.IntList

Packages that use IntList
org.basex.index Contains database index implementations. 
org.basex.query Provides classes for querying the data. 
org.basex.util Provides utility classes. 
 

Uses of IntList in org.basex.index
 

Fields in org.basex.index declared as IntList
 IntList FTNode.p
          Pointer for idpos - each idpos has a pointer at its search string position in the xpath 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
 

Methods in org.basex.query that return IntList
 IntList[] FTPos.getPos()
          Get position values.
 

Methods in org.basex.query with parameters of type IntList
 void FTPos.add(byte[] t, IntList il)
          Adds the specified fulltext term and position list.
 void FTPos.setPos(IntList[] il, int ilsize)
          Sets the position values and the number of tokens.
 

Uses of IntList in org.basex.util
 

Methods in org.basex.util that return IntList
static IntList IntList.createOrder(byte[][] tok, boolean num, boolean asc)
          Sorts the specified tokens and returns an IntList instance with the sort order of all tokens.