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

Method size

output/java_guava/1.4.18/StandardTable.java:350–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 }
349
350 @Override
351 public int size() {
352 Map<C, V> map = backingRowMap();
353 return (map == null) ? 0 : map.size();
354 }
355
356 @Override
357 Iterator<Entry<C, V>> entryIterator() {

Callers

nothing calls this directly

Calls 2

backingRowMapMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected