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

Method size

output/java_guava/1.4.19/StandardTable.java:641–644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

639 }
640
641 @Override
642 public int size() {
643 return Iterators.size(iterator());
644 }
645
646 @Override
647 public boolean remove(Object obj) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
iteratorMethod · 0.95

Tested by

no test coverage detected