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

Method strings

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

Creates a container for the specified string. @param strings string @return iterator

(final String... strings)

Source from the content-addressed store, hash-verified

153 * @return iterator
154 */
155 protected static Value strings(final String... strings) {
156 final TokenList tl = new TokenList(strings.length);
157 for(final String s : strings) tl.add(s);
158 return StrSeq.get(tl);
159 }
160
161 /**
162 * Creates an iterator for the specified double.

Callers

nothing calls this directly

Calls 2

addMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected