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

Method distinctElements

output/java_guava/1.4.18/TreeMultiset.java:234–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 @Override
235 int distinctElements() {
236 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT));
237 }
238
239 @Override
240 public int count(@Nullable Object element) {

Callers 1

recomputeMultisetMethod · 0.95

Calls 2

saturatedCastMethod · 0.95
aggregateForEntriesMethod · 0.95

Tested by

no test coverage detected