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

Method integers

basex-core/src/test/java/org/basex/query/QueryTest.java:184–188  ·  view source on GitHub ↗

Creates an iterator for the specified integer. @param integers double value @return iterator

(final long... integers)

Source from the content-addressed store, hash-verified

182 * @return iterator
183 */
184 protected static Value integers(final long... integers) {
185 final ItemList list = new ItemList(integers.length);
186 for(final long i : integers) list.add(Itr.get(i));
187 return list.value();
188 }
189
190 /**
191 * Creates an iterator for the specified boolean.

Callers 5

FnFormatNumberTestClass · 0.45
FnNotTestClass · 0.45
XQuery30TestClass · 0.45
SimpleTestClass · 0.45
DocTestClass · 0.45

Calls 3

addMethod · 0.95
getMethod · 0.95
valueMethod · 0.95

Tested by

no test coverage detected