Uses of Class
org.basex.util.list.ObjectList
Packages that use ObjectList
Package
Description
XQuery Full Text expressions.
Query processor, list structures.
-
Uses of ObjectList in org.basex.query.expr.ft
Subclasses of ObjectList in org.basex.query.expr.ft -
Uses of ObjectList in org.basex.query.util.ft
Subclasses of ObjectList in org.basex.query.util.ftModifier and TypeClassDescriptionfinal classMatch full-text container, referencing severalFTStringMatchinstances.final classAllMatches full-text container, referencing severalFTMatchinstances. -
Uses of ObjectList in org.basex.query.util.list
Subclasses of ObjectList in org.basex.query.util.listModifier and TypeClassDescriptionfinal classList of annotations.final classResizable-array implementation for nodes.final classResizable-array implementation for nodes.final classResizable-array implementation for XQuery expressions.final classResizable-array implementation for items.final classResizable-array implementation for values. -
Uses of ObjectList in org.basex.query.util.regex
Subclasses of ObjectList in org.basex.query.util.regexModifier and TypeClassDescriptionfinal classResizable-array implementation for regular expressions. -
Uses of ObjectList in org.basex.query.var
Subclasses of ObjectList in org.basex.query.var -
Uses of ObjectList in org.basex.util.list
Classes in org.basex.util.list with type parameters of type ObjectListModifier and TypeClassDescriptionclassObjectList<E,L extends ObjectList<E, ?>> This is an abstract class for storing objects of any kind in an array-based list.Subclasses of ObjectList in org.basex.util.listModifier and TypeClassDescriptionclassResizable-array implementation for strings.final classResizable-array implementation for tokens (byte arrays).