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

Method hasNext

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

Source from the content-addressed store, hash-verified

128 }
129
130 @Override
131 public boolean hasNext() {
132 return cur != null;
133 }
134
135 @Override
136 public K next() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected