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

Method hasNext

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

Source from the content-addressed store, hash-verified

110 }
111
112 @Override
113 public boolean hasNext() {
114 return cur != null;
115 }
116
117 @Override
118 public K next() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected