MCPcopy Create free account
hub / github.com/BaseXdb/basex / itemAt

Method itemAt

basex-core/src/main/java/org/basex/query/value/seq/FltSeq.java:59–62  ·  view source on GitHub ↗
(final long index)

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public Flt itemAt(final long index) {
61 return Flt.get(values[(int) index]);
62 }
63
64 @Override
65 public Value reverse(final Job job) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected