Uses of Class
org.basex.query.value.seq.Seq
Packages that use Seq
-
Uses of Seq in org.basex.query.value.seq
Subclasses of Seq in org.basex.query.value.seqModifier and TypeClassDescriptionfinal classSequence of items of typexs:boolean, containing at least two of them.final classSequence of items of typexs:byte, containing at least two of them.final classSequence of items of typexs:double, containing at least two of them.final classThis class stores database nodes in an ascending order.classSequence, containing at least two nodes in distinct document order (DDO).final classSequence of items of typexs:decimal, containing at least two of them.final classSequence of items of typexs:float, containing at least two of them.final classSequence of items of typexs:integer, containing at least two of them.final classFlat item sequence.final classRange sequence, containing at least two integers.final classSequence of a single item.final classSequence of items of typexs:string, containing at least two of them.final classA sequence that defines a sub-range of another sequence.Methods in org.basex.query.value.seq that return SeqModifier and TypeMethodDescriptionprotected SeqRangeSeq.subSeq(long offset, long length, QueryContext qc) protected SeqSeq.subSeq(long offset, long length, QueryContext qc) Returns a sub sequence of this value with the given start and length.protected SeqSingletonSeq.subSeq(long offset, long length, QueryContext qc) protected SeqSubSeq.subSeq(long offset, long length, QueryContext qc) -
Uses of Seq in org.basex.query.value.seq.tree
Subclasses of Seq 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.classA tree storingItems.Methods in org.basex.query.value.seq.tree that return SeqModifier and TypeMethodDescriptionstatic SeqConcatenates two items.Creates a sequence containing the current elements of this builder.protected SeqBigSeq.subSeq(long offset, long length, QueryContext qc) protected SeqSmallSeq.subSeq(long offset, long length, QueryContext qc)