MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp23 / size

Method size

lab07/src/ULLMap.java:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 @Override
25 public int size() {
26 return size;
27 }
28
29 /** Removes all of the mappings from this map. */
30 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected