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

Method setCount

output/java_guava/1.4.17/AbstractMultiset.java:107–111  ·  view source on GitHub ↗
(@Nullable E element, int count)

Source from the content-addressed store, hash-verified

105 }
106
107 @CanIgnoreReturnValue
108 @Override
109 public int setCount(@Nullable E element, int count) {
110 return setCountImpl(this, element, count);
111 }
112
113 @CanIgnoreReturnValue
114 @Override

Callers

nothing calls this directly

Calls 1

setCountImplMethod · 0.45

Tested by

no test coverage detected