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

Method size

lab08/src/hashmap/Map61B.java:26–26  ·  view source on GitHub ↗

Returns the number of key-value mappings in this map.

()

Source from the content-addressed store, hash-verified

24
25 /** Returns the number of key-value mappings in this map. */
26 int size();
27
28 /** Removes every mapping from this map. */
29 void clear();

Callers

nothing calls this directly

Implementers 2

ULLMaplab08/src/hashmap/ULLMap.java
ULLMaplab07/src/ULLMap.java

Calls

no outgoing calls

Tested by

no test coverage detected