MCPcopy
hub / github.com/google/guava / forEach

Method forEach

guava/src/com/google/common/collect/Multiset.java:466–466  ·  view source on GitHub ↗

{@inheritDoc} <p>Elements that occur multiple times in the multiset will be passed to the {@code Consumer} correspondingly many times, though not necessarily sequentially.

(Consumer<? super E> action)

Source from the content-addressed store, hash-verified

464 * correspondingly many times, though not necessarily sequentially.
465 */
466 @Override
467 default void forEach(Consumer<? super E> action) {
468 checkNotNull(action);
469 entrySet()

Callers 15

forEachMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65
forEachEntryMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65

Calls

no outgoing calls

Tested by 15

linkedListForEachMethod · 0.52
doParallelCacheOpMethod · 0.52
testForEachMethod · 0.52
iterationOrderMethod · 0.52
testTransform_forEachMethod · 0.52
testForEachMethod · 0.52
testStreamMethod · 0.52
testForEachMethod · 0.52
testStreamMethod · 0.52