MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / forEach

Method forEach

ij/src/main/java/ij/astro/types/MultiMap.java:96–98  ·  view source on GitHub ↗
(BiConsumer<K, List<V>> consumer)

Source from the content-addressed store, hash-verified

94 }
95
96 public void forEach(BiConsumer<K, List<V>> consumer) {
97 map.forEach(consumer);
98 }
99
100 /**
101 * Returns a set of all keys in the MultiMap.

Callers 15

build.gradle.ktsFile · 0.80
readConfigFileFunction · 0.80
outputDestinationFunction · 0.80
openFileInAijFunction · 0.80
saveMPTableMethod · 0.80
saveMethod · 0.80
saveAsMethod · 0.80
checkAndExecuteTimersMethod · 0.80
writeMethod · 0.80
flushMethod · 0.80
displayDialogMethod · 0.80
disposeMethod · 0.80

Calls

no outgoing calls

Tested by 3

assert_float_imageMethod · 0.64
assert_int_imageMethod · 0.64
assert_short_imageMethod · 0.64