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

Method itemAt

basex-core/src/main/java/org/basex/query/value/Value.java:82–82  ·  view source on GitHub ↗

Returns the item at the given position. The specified value must be lie within the valid bounds. @param index index position @return item

(long index)

Source from the content-addressed store, hash-verified

80 * @return item
81 */
82 public abstract Item itemAt(long index);
83
84 @Override
85 public final BasicIter<Item> iter(final QueryContext qc) {

Callers 15

getMethod · 0.95
responseWithCharsetMethod · 0.95
parseAnnotationsMethod · 0.95
paramMethod · 0.95
parseAnnotationsMethod · 0.95
inlineableMethod · 0.95
valueMethod · 0.95
testMethod · 0.95
iterMethod · 0.95
predsMethod · 0.95
valueMethod · 0.95
minmaxMethod · 0.95

Calls

no outgoing calls

Tested by 10

getMethod · 0.76
responseWithCharsetMethod · 0.76
parseMethod · 0.76
textMethod · 0.76
compareMethod · 0.36
checkResponseMethod · 0.36
nextMethod · 0.36
fileMethod · 0.36
varMethod · 0.36
evalMethod · 0.36