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

Method toMap

basex-core/src/main/java/org/basex/util/options/Options.java:461–463  ·  view source on GitHub ↗

Returns a map representation of the entries of the requested string (separated by commas). @param option option to be found @return map

(final StringOption option)

Source from the content-addressed store, hash-verified

459 * @return map
460 */
461 public final Map<String, String> toMap(final StringOption option) {
462 return toMap(get(option));
463 }
464
465 /**
466 * Returns an error string for an unknown option.

Callers 6

assignMethod · 0.95
StandardSerializerMethod · 0.45
setContextMethod · 0.45
contextMethod · 0.45
fillMethod · 0.45
getMethod · 0.45

Calls 8

getMethod · 0.95
charAtMethod · 0.80
toStringMethod · 0.65
appendMethod · 0.65
runMethod · 0.65
putMethod · 0.45
trimMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected