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

Method backingRowMap

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

Source from the content-addressed store, hash-verified

287 Map<C, V> backingRowMap;
288
289 Map<C, V> backingRowMap() {
290 return (backingRowMap == null
291 || (backingRowMap.isEmpty() && backingMap.containsKey(rowKey))) ? backingRowMap = computeBackingRowMap() : backingRowMap;
292 }
293
294 Map<C, V> computeBackingRowMap() {
295 return backingMap.get(rowKey);

Callers 7

containsKeyMethod · 0.95
getMethod · 0.95
removeMethod · 0.95
clearMethod · 0.95
sizeMethod · 0.95
entryIteratorMethod · 0.95

Calls 3

computeBackingRowMapMethod · 0.95
isEmptyMethod · 0.65
containsKeyMethod · 0.65

Tested by

no test coverage detected