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

Method split

basex-core/src/main/java/org/basex/util/Token.java:1037–1039  ·  view source on GitHub ↗

Splits a token around matches of the given separator. @param token token to be split @param separator separator character @return array

(final byte[] token, final int separator)

Source from the content-addressed store, hash-verified

1035 * @return array
1036 */
1037 public static byte[][] split(final byte[] token, final int separator) {
1038 return split(token, separator, false);
1039 }
1040
1041 /**
1042 * Splits a token around matches of the given separator.

Callers 3

valueMethod · 0.95
labelIDMethod · 0.95
distinctTokensMethod · 0.95

Calls 7

forEachCpMethod · 0.95
isEmptyMethod · 0.95
addMethod · 0.95
nextMethod · 0.95
addMethod · 0.95
finishMethod · 0.95
finishMethod · 0.45

Tested by

no test coverage detected