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

Method size

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

backingRowMapMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected