Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ hasNext
Method
hasNext
IteratorDesignPattern/BookIterator.java:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
14
@Override
15
public
boolean hasNext() {
16
return
index < books.size();
17
}
18
19
@Override
20
public
Object next() {
Callers
1
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected