Uses of Class
org.basex.util.list.IntList

Packages that use IntList
org.basex.index.resource   
org.basex.index.value   
org.basex.io.in   
org.basex.io.out   
org.basex.query.value.seq   
org.basex.util Utility classes. 
org.basex.util.list   
 

Uses of IntList in org.basex.index.resource
 

Methods in org.basex.index.resource that return IntList
 IntList Resources.docs()
          Returns the pre values of all document nodes.
 IntList Resources.docs(java.lang.String path)
          Returns the pre values of all document nodes starting with the specified path.
 IntList Resources.docs(java.lang.String path, boolean exact)
          Returns the pre values of all document nodes matching the specified path.
 

Uses of IntList in org.basex.index.value
 

Methods in org.basex.index.value with parameters of type IntList
protected static IndexIterator DiskValues.iter(IntList ids)
          Returns an iterator for the specified id list.
 

Method parameters in org.basex.index.value with type arguments of type IntList
 void UpdatableDiskValues.delete(TokenObjMap<IntList> m)
           
 void DiskValues.delete(TokenObjMap<IntList> m)
          Delete records from the index.
 void UpdatableDiskValues.index(TokenObjMap<IntList> m)
           
 void DiskValues.index(TokenObjMap<IntList> m)
          Add entries to the index.
 

Uses of IntList in org.basex.io.in
 

Methods in org.basex.io.in that return IntList
 IntList DataInput.readDiffs()
          Reads a distance-mapped integer array.
 

Uses of IntList in org.basex.io.out
 

Methods in org.basex.io.out with parameters of type IntList
 void DataOutput.writeDiffs(IntList array)
          Writes distances between integers.
 

Uses of IntList in org.basex.query.value.seq
 

Methods in org.basex.query.value.seq with parameters of type IntList
static Value DBNodeSeq.get(IntList v, Data d, boolean docs, boolean c)
          Creates a node sequence with the given data reference and pre values.
 

Uses of IntList in org.basex.util
 

Methods in org.basex.util that return IntList
 IntList TokenParser.toList()
          Returns a list with all codepoints.
 

Uses of IntList in org.basex.util.list
 

Methods in org.basex.util.list that return IntList
 IntList IntList.sort()
          Sorts the data.
 IntList IntList.unique()
          Removes duplicates from a sorted list.