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

Method size

output/java_guava/1.4.19/AbstractMultiset.java:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48abstract class AbstractMultiset<E> extends AbstractCollection<E> implements Multiset<E> {
49 // Query Operations
50 @Override
51 public int size() {
52 return Multisets.sizeImpl(this);
53 }
54
55 @Override
56 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 1

sizeImplMethod · 0.95

Tested by

no test coverage detected