MCPcopy Create free account
hub / github.com/antlr/codebuff / count

Method count

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

Returns the number of occurrences of an element in this multiset (the count of the element). Note that for an Object#equals-based multiset, this gives the same result as Collections#frequency (which would presumably perform more poorly). Note: the utility method {@l

(@Nullable Object element)

Source from the content-addressed store, hash-verified

105 * zero but never negative
106 */
107 int count(@Nullable Object element);
108
109 // Bulk Operations
110

Callers 15

countMethod · 0.65
containsMethod · 0.65
containsMethod · 0.65
frequencyMethod · 0.65
countMethod · 0.65
countMethod · 0.65
countMethod · 0.65
countMethod · 0.65
countMethod · 0.65
countMethod · 0.65
countMethod · 0.65
computeNextMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected