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

Method distinctElements

output/java_guava/1.4.18/Multisets.java:458–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

456 }
457
458 @Override
459 int distinctElements() {
460 return elementSet().size();
461 }
462 };
463 }
464

Callers

nothing calls this directly

Calls 4

sizeMethod · 0.95
entryIteratorMethod · 0.95
sizeMethod · 0.65
elementSetMethod · 0.65

Tested by

no test coverage detected