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

Method multiset

output/java_guava/1.4.17/Multisets.java:970–970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

968 abstract static class ElementSet<E> extends Sets.ImprovedAbstractSet<E> {
969
970 abstract Multiset<E> multiset();
971
972 @Override
973 public void clear() {

Callers 7

clearMethod · 0.95
containsMethod · 0.95
containsAllMethod · 0.95
isEmptyMethod · 0.95
iteratorMethod · 0.95
removeMethod · 0.95
sizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected