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

Method iterator

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

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 public Iterator<K> iterator() {
63 return new ULLMapIter();
64 }
65
66 /** Keys and values are stored in a linked list of Entry objects.
67 * This variable stores the first pair in this linked list. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected