Uses of Class
org.basex.util.list.IntList
Packages that use IntList
Package
Description
XQuery functions.
Utility classes.
-
Uses of IntList in org.basex.index.resource
Methods in org.basex.index.resource that return IntListModifier and TypeMethodDescriptionResources.docs()Returns theprevalues of all document nodes.Returns the pre values of all document nodes that start with the specified path.Returns the pre values of all document nodes that start with the specified path. -
Uses of IntList in org.basex.index.value
Methods in org.basex.index.value that return IntListModifier and TypeMethodDescriptionprotected IntListDiskValues.pres(int sz, long offset) Iterator method.protected IntListUpdatableDiskValues.pres(int sz, long offset) Constructors in org.basex.index.value with parameters of type IntListModifierConstructorDescriptionValueCache(IntList pres, IndexType type, Data data) Caches texts of the specified pre values. -
Uses of IntList in org.basex.io.in
Methods in org.basex.io.in that return IntList -
Uses of IntList in org.basex.io.out
Methods in org.basex.io.out with parameters of type IntListModifier and TypeMethodDescriptionvoidDataOutput.writeDiffs(IntList array) Writes distances between integers. -
Uses of IntList in org.basex.query.func
Methods in org.basex.query.func with parameters of type IntListModifier and TypeMethodDescriptionstatic QueryExceptionFunctions.wrongArity(Object function, long arity, IntList arities, InputInfo ii) Raises an error for the wrong number of function arguments. -
Uses of IntList in org.basex.query.value.seq
Methods in org.basex.query.value.seq with parameters of type IntList -
Uses of IntList in org.basex.util
Methods in org.basex.util that return IntList -
Uses of IntList in org.basex.util.list
Methods in org.basex.util.list that return IntListModifier and TypeMethodDescriptionfinal IntListIntList.add(int element) Adds an element to the array.final IntListIntList.add(int... elements) Adds elements to the array.final IntListIntList.ddo()Sorts the data and removes distinct values.IntList.reverse()Reverses the order of the elements.IntList.sort()Sorts the data.