MCPcopy Index your code
hub / github.com/antlr/codebuff / iterator

Method iterator

corpus/java/training/guava/collect/Multiset.java:339–339  ·  view source on GitHub ↗

{@inheritDoc} Elements that occur multiple times in the multiset will appear multiple times in this iterator, though not necessarily sequentially.

()

Source from the content-addressed store, hash-verified

337 * multiple times in this iterator, though not necessarily sequentially.
338 */
339 @Override
340 Iterator<E> iterator();
341
342 /**

Callers 15

iteratorMethod · 0.65
toArrayListMethod · 0.65
iteratorMethod · 0.65
iteratorMethod · 0.65
iteratorMethod · 0.65
entryIteratorMethod · 0.65
applyMethod · 0.65
iteratorMethod · 0.65
asMapEntryIteratorMethod · 0.65
toMapMethod · 0.65
uniqueIndexMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected