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

Method forEach

basex-core/src/main/java/org/basex/query/value/map/XQMap.java:179–179  ·  view source on GitHub ↗

Applies a function on all entries. @param func function to apply on keys and values @throws QueryException query exception

(QueryBiConsumer<Item, Value> func)

Source from the content-addressed store, hash-verified

177 * @throws QueryException query exception
178 */
179 public abstract void forEach(QueryBiConsumer<Item, Value> func) throws QueryException;
180
181 /**
182 * Tests all entries.

Callers 15

itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
cacheMethod · 0.95
materializeMethod · 0.95
coerceToMethod · 0.95
rebuildMethod · 0.95
toJavaMethod · 0.95
testConcurrentInsertMethod · 0.45
queryStringsMethod · 0.45
decodeAndEscapeMethod · 0.45

Calls

no outgoing calls

Tested by 1

testConcurrentInsertMethod · 0.36