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

Method getCount

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

Returns the count of the associated element in the underlying multiset. This count may either be an unchanging snapshot of the count at the time the entry was retrieved, or a live view of the current count of the element in the multiset, depending on the implementation. Note that in the former case,

()

Source from the content-addressed store, hash-verified

258 * @return the count of the element; never negative
259 */
260 int getCount();
261
262 /**
263 * {@inheritDoc}

Callers 15

snapshotMethod · 0.65
copyOfSortedEntriesMethod · 0.65
SerializedFormMethod · 0.65
nextMethod · 0.65
copyIntoArrayMethod · 0.65
containsMethod · 0.65
SerializedFormMethod · 0.65
addAllMethod · 0.65
getCountMethod · 0.65
standardCountMethod · 0.65
countMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected