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

Method entrySet

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

Returns a view of the contents of this multiset, grouped into Multiset.Entry instances, each providing an element of the multiset and the count of that element. This set contains exactly one entry for each distinct element in the multiset (thus it always has the same size as the {@link #elem

()

Source from the content-addressed store, hash-verified

225 * @return a set of entries representing the data of this multiset
226 */
227 Set<Entry<E>> entrySet();
228
229 /**
230 * An unmodifiable element-count pair for a multiset. The {@link

Callers 15

putAllMethod · 0.65
entrySetMethod · 0.65
handleAlterationMethod · 0.65
storeArgsMethod · 0.65
getTemplateNamesMethod · 0.65
putAllMethod · 0.65
entrySetMethod · 0.65
handleAlterationMethod · 0.65
storeArgsMethod · 0.65
getTemplateNamesMethod · 0.65
putAllMethod · 0.65
entrySetMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected