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

Method reverse

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

Returns all items of this value in reverse order. @param job interruptible job @return items in reverse order

(Job job)

Source from the content-addressed store, hash-verified

291 * @return items in reverse order
292 */
293 public abstract Value reverse(Job job);
294
295 /**
296 * Refines the type of a value.

Callers 1

valueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected