Uses of Class
org.basex.query.value.seq.tree.TreeSeq
Packages that use TreeSeq
-
Uses of TreeSeq in org.basex.query.value.seq.tree
Subclasses of TreeSeq in org.basex.query.value.seq.treeModifier and TypeClassDescriptionfinal classA sequence containing more elements than fit into aSmallSeq.final classA small sequence that is represented as a single Java array.Methods in org.basex.query.value.seq.tree that return TreeSeqModifier and TypeMethodDescriptionabstract TreeSeqConcatenates this sequence with another one.BigSeq.insert(long pos, Item item, QueryContext qc) SmallSeq.insert(long pos, Item item, QueryContext qc) BigSeq.remove(long pos, QueryContext qc) BigSeq.reverse(QueryContext qc) SmallSeq.reverse(QueryContext qc) Methods in org.basex.query.value.seq.tree with parameters of type TreeSeq