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

Method next

lab08/src/hashmap/ULLMap.java:135–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 @Override
136 public K next() {
137 K ret = cur.key;
138 cur = cur.next;
139 return ret;
140 }
141
142
143 /** Stores the current key-value pair. */

Callers 2

waitForPositiveIntMethod · 0.45
waitForPositiveIntMethod · 0.45

Calls

no outgoing calls

Tested by 2

waitForPositiveIntMethod · 0.36
waitForPositiveIntMethod · 0.36